Class AnthosCluster
Information specifying an Anthos Cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AnthosCluster : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Membership
Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format
is projects/{project}/locations/{location}/memberships/{membership_name}
.
Declaration
[JsonProperty("membership")]
public virtual string Membership { get; set; }
Property Value
Type | Description |
---|---|
string |