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 page provides reference documentation for the `ReleaseChannel` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `ReleaseChannel` class is part of the `Google.Cloud.Container.V1` namespace and is used to define the release channel to which a Kubernetes cluster is subscribed, which dictates the risk level of updates."],["The documentation includes details on the class's inheritance, the interfaces it implements, the constructor methods, and the `Channel` property, which indicates the specific release channel."],["A list of versions are present, ranging from version 2.3.0 to 3.33.0, with 3.33.0 being the most recent and can be clicked on for further information."],["When a cluster is subscribed to a release channel, Google manages the master and node versions, and node auto-upgrade is automatically enabled and not able to be disabled."]]],[]]