Kubernetes Engine service configuration.
| JSON representation |
|---|
{ "defaultClusterVersion" : string , "validNodeVersions" : [ string ] , "defaultImageType" : string , "validImageTypes" : [ string ] , "validMasterVersions" : [ string ] , "channels" : [ { object ( |
| Fields | |
|---|---|
defaultClusterVersion
|
Version of Kubernetes the service deploys by default. |
validNodeVersions[]
|
List of valid node upgrade target versions, in descending order. |
defaultImageType
|
Default image type. |
validImageTypes[]
|
List of valid image types. |
validMasterVersions[]
|
List of valid master versions, in descending order. |
channels[]
|
List of release channel configurations. |
windowsVersionMaps
|
Maps of Kubernetes version and supported Windows server versions. |
ReleaseChannelConfig
ReleaseChannelConfig exposes configuration for a release channel.
| JSON representation |
|---|
{ "channel" : enum ( |
| Fields | |
|---|---|
channel
|
The release channel this configuration applies to. |
defaultVersion
|
The default version for newly created clusters on the channel. |
availableVersions[]
|
Deprecated. This field has been deprecated and replaced with the validVersions field. |
validVersions[]
|
List of valid versions for the channel. |
upgradeTargetVersion
|
The auto upgrade target version for clusters on the channel. |
AvailableVersion
Deprecated.
| JSON representation |
|---|
{ "version" : string , "reason" : string } |
| Fields | |
|---|---|
version
|
Kubernetes version. |
reason
|
Reason for availability. |
WindowsVersions
Windows server versions.
| JSON representation |
|---|
{
"windowsVersions"
:
[
{
object (
|
| Fields | |
|---|---|
windowsVersions[]
|
List of Windows server versions. |
WindowsVersion
Windows server version.
| JSON representation |
|---|
{
"imageType"
:
string
,
"osVersion"
:
string
,
"supportEndDate"
:
{
object (
|
| Fields | |
|---|---|
imageType
|
Windows server image type |
osVersion
|
Windows server build number |
supportEndDate
|
Mainstream support end date |

