Reference documentation and code samples for the Google Cloud Container V1 Client class SoleTenantConfig.
SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.
Generated from protobuf message google.container.v1.SoleTenantConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ node_affinities |
array<Google\Cloud\Container\V1\SoleTenantConfig\NodeAffinity>
NodeAffinities used to match to a shared sole tenant node group. |
getNodeAffinities
NodeAffinities used to match to a shared sole tenant node group.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNodeAffinities
NodeAffinities used to match to a shared sole tenant node group.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Container\V1\SoleTenantConfig\NodeAffinity>
|
Returns | |
---|---|
Type | Description |
$this |