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
Namespace
Google \ Cloud \ Container \ V1 \ GatewayAPIConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;