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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for Google.Cloud.Container.V1 is 3.33.0, with a range of versions from 3.32.0 down to 2.3.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReleaseChannel\u003c/code\u003e class defines which release channel a cluster subscribes to, and these channels are ordered by risk level.\u003c/p\u003e\n"],["\u003cp\u003eClusters subscribed to a release channel have their master and node versions maintained by Google, and node auto-upgrade is enabled by default.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReleaseChannel\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class features two constructors, \u003ccode\u003eReleaseChannel()\u003c/code\u003e and \u003ccode\u003eReleaseChannel(ReleaseChannel other)\u003c/code\u003e, along with a \u003ccode\u003eChannel\u003c/code\u003e property that specifies the cluster's release channel type.\u003c/p\u003e\n"]]],[],null,[]]