View Source GoogleApi.Eventarc.V1.Model.GKE (google_api_eventarc v0.13.0)

Represents a GKE destination.

Attributes

  • cluster (type: String.t, default: nil) - 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.
  • location (type: String.t, default: nil) - 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.
  • namespace (type: String.t, default: nil) - Required. The namespace the GKE service is running in.
  • path (type: String.t, default: nil) - 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".
  • service (type: String.t, default: nil) - Required. Name of the GKE service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Eventarc.V1.Model.GKE{
  cluster: String.t() | nil,
  location: String.t() | nil,
  namespace: String.t() | nil,
  path: String.t() | nil,
  service: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.