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."],[[["This document provides reference information for the `ReleaseChannel` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to 3.33.0."],["The `ReleaseChannel` class is used to define which release channel a Kubernetes cluster is subscribed to, with channels organized by risk level."],["The document outlines the `ReleaseChannel` class's inheritance, which includes multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version in this documentation is 3.33.0, and it has a full list of previous versions available, each linking to its own reference page."],["When a cluster is in a release channel, the master and node versions are maintained by Google, with node auto-upgrade set as a default that cannot be turned off."]]],[]]