Class ClusterUpgradeFleetState
ClusterUpgrade: The state for the fleet-level ClusterUpgrade feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ClusterUpgradeFleetState : IDirectResponseSchema
Properties
DownstreamFleets
This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
Declaration
[JsonProperty("downstreamFleets")]
public virtual IList<string> DownstreamFleets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GkeState
Feature state for GKE clusters.
Declaration
[JsonProperty("gkeState")]
public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; }
Property Value
Type | Description |
---|---|
ClusterUpgradeGKEUpgradeFeatureState |
Ignored
A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they
are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
Declaration
[JsonProperty("ignored")]
public virtual IDictionary<string, ClusterUpgradeIgnoredMembership> Ignored { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ClusterUpgradeIgnoredMembership> |