GoogleApi.Container.V1.Model.PubSub (google_api_container v0.39.0) View Source
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 isprojects/{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,
filter: GoogleApi.Container.V1.Model.Filter.t() | nil,
topic: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.