Class: Google::Apis::ContainerV1::WorkloadMetadataConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::WorkloadMetadataConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1/classes.rb,
generated/google/apis/container_v1/representations.rb,
generated/google/apis/container_v1/representations.rb
Overview
WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.
Instance Attribute Summary collapse
-
#mode ⇒ String
Mode is the configuration for how to expose metadata to workloads running on the node pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WorkloadMetadataConfig
constructor
A new instance of WorkloadMetadataConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WorkloadMetadataConfig
Returns a new instance of WorkloadMetadataConfig.
4440 4441 4442 |
# File 'generated/google/apis/container_v1/classes.rb', line 4440 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mode ⇒ String
Mode is the configuration for how to expose metadata to workloads running on
the node pool.
Corresponds to the JSON property mode
4438 4439 4440 |
# File 'generated/google/apis/container_v1/classes.rb', line 4438 def mode @mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4445 4446 4447 |
# File 'generated/google/apis/container_v1/classes.rb', line 4445 def update!(**args) @mode = args[:mode] if args.key?(:mode) end |