Class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ContainerV1beta1::WorkloadMetadataConfig
 
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
 generated/google/apis/container_v1beta1/representations.rb,
 generated/google/apis/container_v1beta1/representations.rb
Overview
WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.
Instance Attribute Summary collapse
- 
  
    
      #node_metadata  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    NodeMetadata is the configuration for how to expose the node metadata to the workload running on the node. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ WorkloadMetadataConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of WorkloadMetadataConfig. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ WorkloadMetadataConfig
Returns a new instance of WorkloadMetadataConfig
| 2946 2947 2948 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 2946 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#node_metadata ⇒ String
NodeMetadata is the configuration for how to expose the node metadata to
the workload running on the node.
Corresponds to the JSON property nodeMetadata
| 2944 2945 2946 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 2944 def @node_metadata end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2951 2952 2953 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 2951 def update!(**args) @node_metadata = args[:node_metadata] if args.key?(:node_metadata) end |