GoogleApi.Container.V1.Model.PubSub (google_api_container v0.25.0) View Source

Pub/Sub specific notification config.

Attributes

  • enabled (type: boolean(), default: nil) - Enable notifications for Pub/Sub.
  • topic (type: String.t, default: nil) - The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Container.V1.Model.PubSub{
  enabled: boolean() | nil,
  topic: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.