Class ClusterUpgradeGKEUpgradeOverride
Properties of a GKE upgrade that can be overridden by the user. For example, a user can skip soaking by overriding the soaking to 0.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ClusterUpgradeGKEUpgradeOverride : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostConditions
Required. Post conditions to override for the specified upgrade (name + version). Required.
Declaration
[JsonProperty("postConditions")]
public virtual ClusterUpgradePostConditions PostConditions { get; set; }
Property Value
Type | Description |
---|---|
ClusterUpgradePostConditions |
Upgrade
Required. Which upgrade to override. Required.
Declaration
[JsonProperty("upgrade")]
public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; }
Property Value
Type | Description |
---|---|
ClusterUpgradeGKEUpgrade |