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 |
MutableSequence[google.cloud.container_v1beta1.types.ServerConfig.ReleaseChannelConfig.AvailableVersion]
Deprecated. This field has been deprecated and replaced with the valid_versions field. |
valid_versions |
MutableSequence[str]
List of valid versions for the channel. |
upgrade_target_version |
str
The auto upgrade target version for clusters on the channel. |
Classes
AvailableVersion
AvailableVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Deprecated.