Google Kubernetes Engine v1 API - Class BlueGreenSettings.Types.AutoscaledRolloutPolicy (3.36.0)

public sealed class BlueGreenSettings.Types.AutoscaledRolloutPolicy : IMessage<BlueGreenSettings.Types.AutoscaledRolloutPolicy>, IEquatable<BlueGreenSettings.Types.AutoscaledRolloutPolicy>, IDeepCloneable<BlueGreenSettings.Types.AutoscaledRolloutPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class BlueGreenSettings.Types.AutoscaledRolloutPolicy.

Autoscaled rollout policy utilizes the cluster autoscaler during blue-green upgrade to scale both the blue and green pools.

Inheritance

object > BlueGreenSettings.Types.AutoscaledRolloutPolicy

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AutoscaledRolloutPolicy()

public AutoscaledRolloutPolicy()

AutoscaledRolloutPolicy(AutoscaledRolloutPolicy)

public AutoscaledRolloutPolicy(BlueGreenSettings.Types.AutoscaledRolloutPolicy other)
Parameter
Name Description
other BlueGreenSettingsTypesAutoscaledRolloutPolicy

Properties

WaitForDrainDuration

public Duration WaitForDrainDuration { get; set; }

Optional. Time to wait after cordoning the blue pool before draining the nodes. Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.

Property Value
Type Description
Duration