Add Cluster notification PubSub support
GKE clusters can publish notification to a PubSub topic when important scheduled upgrades are available for example.
Support should be added to allow enable PubSub notifications, along with the types of events which should be published to the topic. This will allow consumers of the module to receive notifications of cluster affecting changes ahead of time.
The following should be supported:
- the notification PubSub topic should be an output value, to allow any number of subscriptions for interested parties
- the input value for the event types should default to
UpgradeAvailableEvent
See:
Edited by Roy Harrington