Package com.pulumi.gcp.container.inputs
Class ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.container.inputs.ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs
-
public final class ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs.Builder
builder()
static ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs.Builder
builder(ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs defaults)
com.pulumi.core.Output<java.lang.String>
mode()
-
-
-
Field Detail
-
Empty
public static final ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs Empty
-
-
Method Detail
-
mode
public com.pulumi.core.Output<java.lang.String> mode()
- Returns:
- How to expose the node metadata to the workload running on the node. Accepted values are: * UNSPECIFIED: Not Set * GCE_METADATA: Expose all Compute Engine metadata to pods. * GKE_METADATA: 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](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) is enabled at the cluster level.
-
builder
public static ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs.Builder builder()
-
builder
public static ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs.Builder builder(ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs defaults)
-
-