Reference documentation and code samples for the Google Cloud Container V1 Client class GatewayAPIConfig.
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
Generated from protobuf message google.container.v1.GatewayAPIConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channel |
int
The Gateway API release channel to use for Gateway API. |
getChannel
The Gateway API release channel to use for Gateway API.
Generated from protobuf field .google.container.v1.GatewayAPIConfig.Channel channel = 1;
Returns | |
---|---|
Type | Description |
int |
setChannel
The Gateway API release channel to use for Gateway API.
Generated from protobuf field .google.container.v1.GatewayAPIConfig.Channel channel = 1;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |