Class ReleaseChannelConfig (2.45.0)

ReleaseChannelConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ReleaseChannelConfig exposes configuration for a release channel.

Attributes

NameDescription
channel google.cloud.container_v1.types.ReleaseChannel.Channel
The release channel this configuration applies to.
default_version str
The default version for newly created clusters on the channel.
valid_versions MutableSequence[str]
List of valid versions for the channel.