Class: Google::Cloud::GkeMultiCloud::V1::SystemComponentsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::SystemComponentsConfig
- 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
-
#labels ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::Label>
Sets custom labels for pods created by auto-installed components.
-
#tolerations ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>
Sets custom tolerations for pods created by auto-installed components.
Instance Attribute Details
#labels ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::Label>
Returns Sets custom labels for pods created by auto-installed components.
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.
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 |