Class ClusterNodePoolNodeConfigWorkloadMetadataConfigGetArgs
Inheritance
System.Object
ClusterNodePoolNodeConfigWorkloadMetadataConfigGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterNodePoolNodeConfigWorkloadMetadataConfigGetArgs : ResourceArgs
Constructors
View SourceClusterNodePoolNodeConfigWorkloadMetadataConfigGetArgs()
Declaration
public ClusterNodePoolNodeConfigWorkloadMetadataConfigGetArgs()
Properties
View SourceNodeMetadata
How to expose the node metadata to the workload running on the node. Accepted values are:
- UNSPECIFIED: Not Set
- SECURE: Prevent workloads not in hostNetwork from accessing certain VM metadata, specifically kube-env, which contains Kubelet credentials, and the instance identity token. See Metadata Concealment documentation.
- EXPOSE: Expose all VM metadata to pods.
- GKE_METADATA_SERVER: Enables workload identity on the node.
Declaration
public Input<string> NodeMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |