Show / Hide Table of Contents

Class ServerConfig

Kubernetes Engine service configuration.

Inheritance
object
ServerConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ServerConfig : IDirectResponseSchema

Properties

Channels

List of release channel configurations.

Declaration
[JsonProperty("channels")]
public virtual IList<ReleaseChannelConfig> Channels { get; set; }
Property Value
Type Description
IList<ReleaseChannelConfig>

DefaultClusterVersion

Version of Kubernetes the service deploys by default.

Declaration
[JsonProperty("defaultClusterVersion")]
public virtual string DefaultClusterVersion { get; set; }
Property Value
Type Description
string

DefaultImageType

Default image type.

Declaration
[JsonProperty("defaultImageType")]
public virtual string DefaultImageType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ValidImageTypes

List of valid image types.

Declaration
[JsonProperty("validImageTypes")]
public virtual IList<string> ValidImageTypes { get; set; }
Property Value
Type Description
IList<string>

ValidMasterVersions

List of valid master versions, in descending order.

Declaration
[JsonProperty("validMasterVersions")]
public virtual IList<string> ValidMasterVersions { get; set; }
Property Value
Type Description
IList<string>

ValidNodeVersions

List of valid node upgrade target versions, in descending order.

Declaration
[JsonProperty("validNodeVersions")]
public virtual IList<string> ValidNodeVersions { get; set; }
Property Value
Type Description
IList<string>

WindowsVersionMaps

Maps of Kubernetes version and supported Windows server versions.

Declaration
[JsonProperty("windowsVersionMaps")]
public virtual IDictionary<string, WindowsVersions> WindowsVersionMaps { get; set; }
Property Value
Type Description
IDictionary<string, WindowsVersions>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX