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."],[[["The latest version available for Google.Cloud.Container.V1 is 3.33.0."],["This page lists available versions of Google.Cloud.Container.V1, ranging from the latest version (3.33.0) down to 2.3.0."],["`ReleaseChannel` is a class that indicates the release channel a cluster is subscribed to, which can be found in the Google.Cloud.Container.V1 namespace."],["Subscribed clusters have Google maintaining both master and node versions, where node auto-upgrade is enabled by default."],["The `ReleaseChannel` class offers properties such as `Channel` to specify which release channel a cluster uses, along with constructors for creating instances of the class."]]],[]]