public sealed class ReleaseChannel : IMessage<ReleaseChannel>, IEquatable<ReleaseChannel>, IDeepCloneable<ReleaseChannel>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ReleaseChannel.
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-04-09 UTC."],[[["The page provides reference documentation for the `ReleaseChannel` class within the Google Kubernetes Engine v1 API, specifically for version 3.12.0 of the .NET library."],["It lists a range of previous versions of the Google.Cloud.Container.V1 API, starting from version 3.0.0 all the way up to the latest version of 3.33.0."],["The `ReleaseChannel` class allows clusters to subscribe to different release channels, with Google managing both the master and node versions when a cluster is subscribed, with node auto-upgrade enabled by default."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new `ReleaseChannel` objects."],["The `Channel` property specifies the release channel the cluster is subscribed to, using an enum type defined as `ReleaseChannel.Types.Channel`."]]],[]]