public sealed class ServerConfig.Types.ReleaseChannelConfig : IMessage<ServerConfig.Types.ReleaseChannelConfig>, IEquatable<ServerConfig.Types.ReleaseChannelConfig>, IDeepCloneable<ServerConfig.Types.ReleaseChannelConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ServerConfig.Types.ReleaseChannelConfig.
ReleaseChannelConfig exposes configuration for a release channel.
[[["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 webpage provides documentation for the `ServerConfig.Types.ReleaseChannelConfig` class within the Google Kubernetes Engine v1 API, specifically in the `Google.Cloud.Container.V1` namespace."],["The latest version of this class is 3.33.0, with a history of versions dating back to 2.3.0, all of which are linked on this page."],["`ReleaseChannelConfig` is a class that defines configurations for a release channel, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Channel` (the release channel it applies to), `DefaultVersion` (the default version for new clusters), and `ValidVersions` (a list of valid versions for the channel)."],["There are two constructors available for the class, a parameterless one, and one that accepts another `ServerConfig.Types.ReleaseChannelConfig` instance to copy."]]],[]]