TriggerDestinationGkeArgs

data class TriggerDestinationGkeArgs(val cluster: Output<String>, val location: Output<String>, val namespace: Output<String>, val path: Output<String>? = null, val service: Output<String>) : ConvertibleToJava<TriggerDestinationGkeArgs>

Constructors

Link copied to clipboard
constructor(cluster: Output<String>, location: Output<String>, namespace: Output<String>, path: Output<String>? = null, service: Output<String>)

Properties

Link copied to clipboard
val cluster: Output<String>

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.

Link copied to clipboard
val location: Output<String>

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.

Link copied to clipboard
val namespace: Output<String>

Required. The namespace the GKE service is running in.

Link copied to clipboard
val path: Output<String>? = null

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".

Link copied to clipboard
val service: Output<String>

Required. Name of the GKE service.

Functions

Link copied to clipboard
open override fun toJava(): TriggerDestinationGkeArgs