Google Kubernetes Engine v1 API - Enum WorkloadMetadataConfig.Types.Mode (3.25.0)

public enum WorkloadMetadataConfig.Types.Mode

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum WorkloadMetadataConfig.Types.Mode.

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

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
GceMetadata

Expose all Compute Engine metadata to pods.

GkeMetadata

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.

Unspecified

Not set.