Eventarc v1 API - Class GKE (2.4.0)

public sealed class GKE : IMessage<GKE>, IEquatable<GKE>, IDeepCloneable<GKE>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class GKE.

Represents a GKE destination.

Inheritance

object > GKE

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

GKE()

public GKE()

GKE(GKE)

public GKE(GKE other)
Parameter
NameDescription
otherGKE

Properties

Cluster

public string Cluster { get; set; }

Required. The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.

Property Value
TypeDescription
string

Namespace

public string Namespace { get; set; }

Required. The namespace the GKE service is running in.

Property Value
TypeDescription
string

Path

public string Path { get; set; }

Optional. The relative path on the GKE service the events should be sent to.

The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

Property Value
TypeDescription
string

Service

public string Service { get; set; }

Required. Name of the GKE service.

Property Value
TypeDescription
string