Class: Google::Apis::ContainerV1::WorkloadMetadataConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb

Overview

WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkloadMetadataConfig

Returns a new instance of WorkloadMetadataConfig.



7746
7747
7748
# File 'lib/google/apis/container_v1/classes.rb', line 7746

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modeString

Mode is the configuration for how to expose metadata to workloads running on the node pool. Corresponds to the JSON property mode

Returns:

  • (String)


7744
7745
7746
# File 'lib/google/apis/container_v1/classes.rb', line 7744

def mode
  @mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7751
7752
7753
# File 'lib/google/apis/container_v1/classes.rb', line 7751

def update!(**args)
  @mode = args[:mode] if args.key?(:mode)
end