ReleaseChannelConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ReleaseChannelConfig exposes configuration for a release channel.
Attributes | |
---|---|
Name | Description |
channel |
google.cloud.container_v1beta1.types.ReleaseChannel.Channel
The release channel this configuration applies to. |
default_version |
str
The default version for newly created clusters on the channel. |
available_versions |
Sequence[google.cloud.container_v1beta1.types.ServerConfig.ReleaseChannelConfig.AvailableVersion]
Deprecated. This field has been deprecated and replaced with the valid_versions field. |
valid_versions |
Sequence[str]
List of valid versions for the channel. |
Classes
AvailableVersion
AvailableVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Deprecated.