Class Stage
Rollout stage.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class Stage : IDirectResponseSchema
Properties
ClusterSelector
Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the fleets are selected.
Declaration
[JsonProperty("clusterSelector")]
public virtual ClusterSelector ClusterSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| ClusterSelector |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FleetProjects
Required. List of Fleet projects to select the clusters from. Expected format: projects/{project}
Declaration
[JsonProperty("fleetProjects")]
public virtual IList<string> FleetProjects { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
SoakDuration
Optional. Soak time after upgrading all the clusters in the stage.
Declaration
[JsonProperty("soakDuration")]
public virtual object SoakDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |