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 latest version of the Google Cloud Container V1 API is 3.33.0, but this page is showing version 3.4.0, with many other versions in between."],["The `ReleaseChannel` class, part of the Google Kubernetes Engine v1 API, indicates the release channel a cluster subscribes to, which is arranged by risk."],["When subscribed to a release channel, Google manages both the master and node versions, and node auto-upgrade is enabled by default."],["The `ReleaseChannel` class includes properties like `Channel`, which specifies the subscribed release channel, and is part of the `Google.Cloud.Container.V1` namespace."],["This page details the inheritance and implementation of the `ReleaseChannel` class within the Google Kubernetes Engine, showing that it inherits from `Object` and implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]