Class: Google::Cloud::EdgeContainer::V1::NodePool::NodeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Configuration for each node in the NodePool

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Google::Protobuf::Map{::String => ::String}

Returns Optional. The Kubernetes node labels.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. The Kubernetes node labels



497
498
499
500
501
502
503
504
505
506
507
508
509
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 497

class NodeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end