public sealed class BlueGreenSettings : IMessage<BlueGreenSettings>, IEquatable<BlueGreenSettings>, IDeepCloneable<BlueGreenSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class BlueGreenSettings.
[[["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 page provides documentation for the `BlueGreenSettings` class within the Google Kubernetes Engine v1 API, specifically for version 3.16.0 of the .NET library."],["This class, `BlueGreenSettings`, is used to configure settings for blue-green upgrades in Google Kubernetes Engine, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BlueGreenSettings` class has properties like `NodePoolSoakDuration`, which determines the time needed to drain the blue pool before cleanup, `RolloutPolicyCase`, which determines which rollout policy is being used, and `StandardRolloutPolicy`, which defines the policy used for blue-green upgrades."],["The page lists all available versions of the documentation for `BlueGreenSettings`, ranging from version 3.33.0 (latest) down to 2.3.0."],["There are two constructors for the class, `BlueGreenSettings()`, and `BlueGreenSettings(BlueGreenSettings other)`, allowing to create new instances or copies of the settings."]]],[]]