Class PubSub

PubSub(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Pub/Sub specific notification config.

Attributes

NameDescription
enabled bool
Enable notifications for Pub/Sub.
topic str
The desired Pub/Sub topic to which notifications will be sent by GKE. Format is ``projects/{project}/topics/{topic}``.
filter google.cloud.container_v1.types.NotificationConfig.Filter
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

Inheritance

builtins.object > proto.message.Message > PubSub