Google Cloud Gke Connect Gateway V1beta1 Client - Class OperatingSystem (0.5.0)

Reference documentation and code samples for the Google Cloud Gke Connect Gateway V1beta1 Client class OperatingSystem.

Operating systems requiring specialized kubeconfigs.

Protobuf type google.cloud.gkeconnect.gateway.v1beta1.GenerateCredentialsRequest.OperatingSystem

Namespace

Google \ Cloud \ GkeConnect \ Gateway \ V1beta1 \ GenerateCredentialsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATING_SYSTEM_UNSPECIFIED

Value: 0

Generates a kubeconfig that works for all operating systems not defined below.

Generated from protobuf enum OPERATING_SYSTEM_UNSPECIFIED = 0;

OPERATING_SYSTEM_WINDOWS

Value: 1

Generates a kubeconfig that is specifically designed to work with Windows.

Generated from protobuf enum OPERATING_SYSTEM_WINDOWS = 1;