Class NotificationConfig (2.4.1)

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

NotificationConfig is the configuration of notifications. .. attribute:: pubsub

Notification config for Pub/Sub.

:type: google.cloud.container_v1beta1.types.NotificationConfig.PubSub

Classes

PubSub

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

Pub/Sub specific notification config. .. attribute:: enabled

Enable notifications for Pub/Sub.

:type: bool