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."],[[["This page provides reference documentation for the `ReleaseChannel` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, showcasing versions from 2.3.0 to the latest 3.33.0."],["The `ReleaseChannel` class, used for managing cluster release channels, is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Google maintains both the master and node versions when a cluster is subscribed to a release channel, where node auto-upgrades are enabled by default and cannot be disabled."],["The page details the constructors for the `ReleaseChannel` class, including a parameterless constructor and one that accepts another `ReleaseChannel` object."],["The `Channel` property, representing the release channel the cluster is subscribed to, is detailed with its type being `ReleaseChannel.Types.Channel`."]]],[]]