Kubernetes Engine service configuration.
JSON representation |
---|
{
"defaultClusterVersion": string,
"validNodeVersions": [
string
],
"defaultImageType": string,
"validImageTypes": [
string
],
"validMasterVersions": [
string
],
"channels": [
{
object ( |
Fields | |
---|---|
default |
Version of Kubernetes the service deploys by default. |
valid |
List of valid node upgrade target versions, in descending order. |
default |
Default image type. |
valid |
List of valid image types. |
valid |
List of valid master versions, in descending order. |
channels[] |
List of release channel configurations. |
ReleaseChannelConfig
ReleaseChannelConfig exposes configuration for a release channel.
JSON representation |
---|
{
"channel": enum ( |
Fields | |
---|---|
channel |
The release channel this configuration applies to. |
default |
The default version for newly created clusters on the channel. |
valid |
List of valid versions for the channel. |
upgrade |
The auto upgrade target version for clusters on the channel. |