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.
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
GKE()
public GKE()
GKE(GKE)
public GKE(GKE other)
Parameter | |
---|---|
Name | Description |
other | GKE |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Namespace
public string Namespace { get; set; }
Required. The namespace the GKE service is running in.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Service
public string Service { get; set; }
Required. Name of the GKE service.
Property Value | |
---|---|
Type | Description |
String |