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-03-21 UTC."],[[["The page provides documentation for the `ReleaseChannel` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest 3.33.0."],["`ReleaseChannel` is used to define a cluster's subscription to a release channel, which determines the risk level of the updates it receives."],["The `ReleaseChannel` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, cloning, and buffer operations."],["The documentation includes details on the `Channel` property, which specifies the release channel type that the cluster is subscribed to, with node auto-upgrade defaulted to true."],["The documented `ReleaseChannel` class is located in the `Google.Cloud.Container.V1` namespace, and it is part of the Google.Cloud.Container.V1.dll assembly."]]],[]]