Class ExcludedCluster
An excluded cluster from the rollout.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ExcludedCluster : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Membership
Output only. The name of the fleet Membership resource associated to the excluded cluster.
Declaration
[JsonProperty("membership")]
public virtual string Membership { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Output only. The reason for excluding the cluster from the rollout.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |