Developer Connect v1 API - Class GKEWorkload (1.0.0-beta02)

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.

Inheritance

object > GKEWorkload

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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