Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class SystemComponentsConfig.
SystemComponentsConfig defines the fields for customizing configurations for auto-installed components.
Generated from protobuf message google.cloud.gkemulticloud.v1.SystemComponentsConfig
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tolerations |
array<Toleration>
Sets custom tolerations for pods created by auto-installed components. |
↳ labels |
array<Label>
Sets custom labels for pods created by auto-installed components. |
getTolerations
Sets custom tolerations for pods created by auto-installed components.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTolerations
Sets custom tolerations for pods created by auto-installed components.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Toleration>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Sets custom labels for pods created by auto-installed components.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setLabels
Sets custom labels for pods created by auto-installed components.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Label>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|