Google Cloud Container V1 Client - Class NodeReadinessConfig (2.9.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class NodeReadinessConfig.

Configuration for the GKE Node Readiness Controller.

Generated from protobuf message google.container.v1.NodeReadinessConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enabled bool

Optional. Whether the GKE Node Readiness Controller is enabled for this cluster.

getEnabled

Optional. Whether the GKE Node Readiness Controller is enabled for this cluster.

Returns
Type Description
bool

setEnabled

Optional. Whether the GKE Node Readiness Controller is enabled for this cluster.

Parameter
Name Description
var bool
Returns
Type Description
$this