Class GKEWorkload
GKEWorkload represents the Google Kubernetes Engine runtime.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class GKEWorkload : IDirectResponseSchema
Properties
Cluster
Required. Immutable. The name of the GKE cluster. Format:
projects/{project}/locations/{location}/clusters/{cluster}.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Deployment
Output only. The name of the GKE deployment. Format:
projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}.
Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |