public sealed class SystemComponentsConfig : IMessage<SystemComponentsConfig>, IEquatable<SystemComponentsConfig>, IDeepCloneable<SystemComponentsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class SystemComponentsConfig.
SystemComponentsConfig defines the fields for customizing configurations for auto-installed components.
Implements
IMessageSystemComponentsConfig, IEquatableSystemComponentsConfig, IDeepCloneableSystemComponentsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
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 |
|