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

Pub/Sub specific notification config.

Attributes

  • enabled (type: boolean(), default: nil) - Enable notifications for Pub/Sub.
  • filter (type: GoogleApi.Container.V1.Model.Filter.t, default: nil) - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
  • 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}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.