Class: Google::Cloud::GkeMultiCloud::V1::SystemComponentsConfig

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

Overview

SystemComponentsConfig defines the fields for customizing configurations for auto-installed components.

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Array<::Google::Cloud::GkeMultiCloud::V1::Label>

Returns Sets custom labels for pods created by auto-installed components.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 345

class SystemComponentsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tolerations::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>

Returns Sets custom tolerations for pods created by auto-installed components.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 345

class SystemComponentsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end