public sealed class ReleaseChannel : IMessage<ReleaseChannel>, IEquatable<ReleaseChannel>, IDeepCloneable<ReleaseChannel>, IBufferMessage, IMessage
ReleaseChannel indicates which release channel a cluster is
subscribed to. Release channels are arranged in order of risk.
When a cluster is subscribed to a release channel, Google maintains
both the master version and the node version. Node auto-upgrade
defaults to true and cannot be disabled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage lists various versions of the `Google.Cloud.Container.V1.ReleaseChannel`, ranging from the latest version 3.33.0 down to version 2.3.0."],["The `ReleaseChannel` class indicates the release channel a cluster is subscribed to, with channels arranged by risk, as per the provided documentation."],["Google manages both the master and node versions for clusters subscribed to a release channel, and node auto-upgrade is enabled by default."],["The `ReleaseChannel` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Container.V1` namespace."],["The class contains a `Channel` property, which is of type `ReleaseChannel.Types.Channel` and specifies the subscribed release channel."]]],[]]