Reference documentation and code samples for the Google Cloud Container V1 Client class EventType.
Types of notifications currently supported. Can be used to filter what notifications are sent.
Protobuf type google.container.v1.NotificationConfig.EventType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0
Not set, will be ignored.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
UPGRADE_AVAILABLE_EVENT
Value: 1
Corresponds with UpgradeAvailableEvent.
Generated from protobuf enum UPGRADE_AVAILABLE_EVENT = 1;
UPGRADE_EVENT
Value: 2
Corresponds with UpgradeEvent.
Generated from protobuf enum UPGRADE_EVENT = 2;
SECURITY_BULLETIN_EVENT
Value: 3
Corresponds with SecurityBulletinEvent.
Generated from protobuf enum SECURITY_BULLETIN_EVENT = 3;