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."],[[["This webpage provides documentation for the `BlueGreenSettings` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0 and going back to 2.3.0, which can be used in .NET applications."],["The `BlueGreenSettings` class is designed for blue-green upgrade configurations in Google Kubernetes Engine, inheriting from the object class and implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `NodePoolSoakDuration`, which defines the time needed after draining the blue pool, `RolloutPolicyCase`, which represents the rollout policy type, and `StandardRolloutPolicy`, which defines the standard policy for blue-green upgrades."],["The page details the constructors available for the `BlueGreenSettings` class, including a default constructor and one that takes another `BlueGreenSettings` object as a parameter."]]],[]]