public sealed class AnthosCluster : IMessage<AnthosCluster>, IEquatable<AnthosCluster>, IDeepCloneable<AnthosCluster>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AnthosCluster.
Information specifying an Anthos Cluster.
Implements
IMessage<AnthosCluster>, IEquatable<AnthosCluster>, IDeepCloneable<AnthosCluster>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AnthosCluster()
public AnthosCluster()
AnthosCluster(AnthosCluster)
public AnthosCluster(AnthosCluster other)
Parameter | |
---|---|
Name | Description |
other | AnthosCluster |
Properties
Membership
public string Membership { get; set; }
Membership of the GKE Hub-registered cluster to which to apply the Skaffold
configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
Property Value | |
---|---|
Type | Description |
String |
MembershipAsMembershipName
public MembershipName MembershipAsMembershipName { get; set; }
MembershipName-typed view over the Membership resource name property.
Property Value | |
---|---|
Type | Description |
MembershipName |