Google Cloud Container V1 Client - Class Channel (1.13.1)

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

Channel describes if/how Gateway API should be installed and implemented in a cluster.

Protobuf type google.container.v1.GatewayAPIConfig.Channel

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CHANNEL_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum CHANNEL_UNSPECIFIED = 0;

CHANNEL_DISABLED

Value: 1

Gateway API support is disabled

Generated from protobuf enum CHANNEL_DISABLED = 1;

CHANNEL_EXPERIMENTAL

Value: 3

Gateway API support is enabled, experimental CRDs are installed

Generated from protobuf enum CHANNEL_EXPERIMENTAL = 3;

CHANNEL_STANDARD

Value: 4

Gateway API support is enabled, standard CRDs are installed

Generated from protobuf enum CHANNEL_STANDARD = 4;