Class BlueGreenSettings
Settings for blue-green upgrade.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class BlueGreenSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NodePoolSoakDuration
Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
Declaration
[JsonProperty("nodePoolSoakDuration")]
public virtual object NodePoolSoakDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
StandardRolloutPolicy
Standard policy for the blue-green upgrade.
Declaration
[JsonProperty("standardRolloutPolicy")]
public virtual StandardRolloutPolicy StandardRolloutPolicy { get; set; }
Property Value
Type | Description |
---|---|
StandardRolloutPolicy |