Google Cloud Container V1 Client - Class Channel (1.9.1)

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

Possible values for 'channel'.

Protobuf type google.container.v1.ReleaseChannel.Channel

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

No channel specified.

Generated from protobuf enum UNSPECIFIED = 0;

RAPID

Value: 1

RAPID channel is offered on an early access basis for customers who want to test new releases.

WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.

Generated from protobuf enum RAPID = 1;

REGULAR

Value: 2

Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.

Generated from protobuf enum REGULAR = 2;

STABLE

Value: 3

Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.

Generated from protobuf enum STABLE = 3;