Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::SystemComponentsConfig.
SystemComponentsConfig defines the fields for customizing configurations for auto-installed components.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#labels
def labels() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Label>
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Label>) — Sets custom labels for pods created by auto-installed components.
#labels=
def labels=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Label>
Parameter
- value (::Array<::Google::Cloud::GkeMultiCloud::V1::Label>) — Sets custom labels for pods created by auto-installed components.
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Label>) — Sets custom labels for pods created by auto-installed components.
#tolerations
def tolerations() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>) — Sets custom tolerations for pods created by auto-installed components.
#tolerations=
def tolerations=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>
Parameter
- value (::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>) — Sets custom tolerations for pods created by auto-installed components.
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Toleration>) — Sets custom tolerations for pods created by auto-installed components.