Module: Google::Cloud::Container::V1beta1::NotificationConfig::EventType

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Types of notifications currently supported. Can be used to filter what notifications are sent.

Constant Summary collapse

EVENT_TYPE_UNSPECIFIED =

Not set, will be ignored.

0
UPGRADE_AVAILABLE_EVENT =

Corresponds with UpgradeAvailableEvent.

1
UPGRADE_EVENT =

Corresponds with UpgradeEvent.

2
SECURITY_BULLETIN_EVENT =

Corresponds with SecurityBulletinEvent.

3