Class ClusterUpgradeState
Per-membership state for this feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ClusterUpgradeState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ignored
Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel.
Declaration
[JsonProperty("ignored")]
public virtual ClusterUpgradeIgnoredMembership Ignored { get; set; }
Property Value
Type | Description |
---|---|
ClusterUpgradeIgnoredMembership |
Upgrades
Actual upgrade state against desired.
Declaration
[JsonProperty("upgrades")]
public virtual IList<ClusterUpgradeMembershipGKEUpgradeState> Upgrades { get; set; }
Property Value
Type | Description |
---|---|
IList<ClusterUpgradeMembershipGKEUpgradeState> |