public sealed class GKEWorkload : IMessage<GKEWorkload>, IEquatable<GKEWorkload>, IDeepCloneable<GKEWorkload>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class GKEWorkload.
GKEWorkload represents the Google Kubernetes Engine runtime.
Implements
IMessageGKEWorkload, IEquatableGKEWorkload, IDeepCloneableGKEWorkload, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
GKEWorkload()
public GKEWorkload()
GKEWorkload(GKEWorkload)
public GKEWorkload(GKEWorkload other)
Parameter | |
---|---|
Name | Description |
other |
GKEWorkload |
Properties
Cluster
public string Cluster { get; set; }
Required. Immutable. The name of the GKE cluster.
Format:
projects/{project}/locations/{location}/clusters/{cluster}
.
Property Value | |
---|---|
Type | Description |
string |
Deployment
public string Deployment { get; set; }
Output only. The name of the GKE deployment.
Format:
projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}
.
Property Value | |
---|---|
Type | Description |
string |