Anthos Multi-Cloud v1 API - Class SystemComponentsConfig (2.10.0)

public sealed class SystemComponentsConfig : IMessage<SystemComponentsConfig>, IEquatable<SystemComponentsConfig>, IDeepCloneable<SystemComponentsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class SystemComponentsConfig.

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

Inheritance

object > SystemComponentsConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

SystemComponentsConfig()

public SystemComponentsConfig()

SystemComponentsConfig(SystemComponentsConfig)

public SystemComponentsConfig(SystemComponentsConfig other)
Parameter
Name Description
other SystemComponentsConfig

Properties

Labels

public RepeatedField<Label> Labels { get; }

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

Property Value
Type Description
RepeatedFieldLabel

Tolerations

public RepeatedField<Toleration> Tolerations { get; }

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

Property Value
Type Description
RepeatedFieldToleration