Show / Hide Table of Contents

Class ClusterNodeConfigWorkloadMetadataConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterNodeConfigWorkloadMetadataConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 ClusterNodeConfigWorkloadMetadataConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterNodeConfigWorkloadMetadataConfigGetArgs()

Declaration
public ClusterNodeConfigWorkloadMetadataConfigGetArgs()

Properties

View Source

NodeMetadata

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.