Google Cloud Container V1 Client - Class SoleTenantConfig (1.17.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodeAffinities

NodeAffinities used to match to a shared sole tenant node group.

Parameter
NameDescription
var array<Google\Cloud\Container\V1\SoleTenantConfig\NodeAffinity>
Returns
TypeDescription
$this