Class ServerConfig
Kubernetes Engine service configuration.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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> |