Interface protos.google.container.v1.ServerConfig.IReleaseChannelConfig (2.3.2)

Properties of a ReleaseChannelConfig.

Package

@google-cloud/container!

Properties

channel

channel?: (google.container.v1.ReleaseChannel.Channel|keyof typeof google.container.v1.ReleaseChannel.Channel|null);

ReleaseChannelConfig channel

Property Value
Type Description
(google.container.v1.ReleaseChannel.Channel|keyof typeof google.container.v1.ReleaseChannel.Channel|null)

defaultVersion

defaultVersion?: (string|null);

ReleaseChannelConfig defaultVersion

Property Value
Type Description
(string|null)

validVersions

validVersions?: (string[]|null);

ReleaseChannelConfig validVersions

Property Value
Type Description
(string[]|null)