Google Cloud Container V1 Client - Class ReleaseChannel (1.9.1)

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

ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk.

When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.

Generated from protobuf message google.container.v1.ReleaseChannel

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ channel int

channel specifies which release channel the cluster is subscribed to.

getChannel

channel specifies which release channel the cluster is subscribed to.

Generated from protobuf field .google.container.v1.ReleaseChannel.Channel channel = 1;

Returns
TypeDescription
int

setChannel

channel specifies which release channel the cluster is subscribed to.

Generated from protobuf field .google.container.v1.ReleaseChannel.Channel channel = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this