Google Cloud Container V1 Client - Class Mode (1.18.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class Mode.

Mode is the configuration for how to expose metadata to workloads running on the node.

Protobuf type google.container.v1.WorkloadMetadataConfig.Mode

Namespace

Google \ Cloud \ Container \ V1 \ WorkloadMetadataConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

GCE_METADATA

Value: 1

Expose all Compute Engine metadata to pods.

Generated from protobuf enum GCE_METADATA = 1;

GKE_METADATA

Value: 2

Run the GKE Metadata Server on this node. The GKE Metadata Server exposes a metadata API to workloads that is compatible with the V1 Compute Metadata APIs exposed by the Compute Engine and App Engine Metadata Servers. This feature can only be enabled if Workload Identity is enabled at the cluster level.

Generated from protobuf enum GKE_METADATA = 2;