Reference documentation and code samples for the Google Cloud Container V1 Client class NodeTaints.
Collection of Kubernetes node taints.
Generated from protobuf message google.container.v1.NodeTaints
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ taints |
array<Google\Cloud\Container\V1\NodeTaint>
List of node taints. |
getTaints
List of node taints.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTaints
List of node taints.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Container\V1\NodeTaint>
|
Returns | |
---|---|
Type | Description |
$this |