Reference documentation and code samples for the Google Cloud Container V1 Client class EventType.
The type of the event.
Protobuf type google.container.v1.UpgradeInfoEvent.EventType
Namespace
Google \ Cloud \ Container \ V1 \ UpgradeInfoEventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0
EVENT_TYPE_UNSPECIFIED indicates the event type is unspecified.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
END_OF_SUPPORT
Value: 1
END_OF_SUPPORT indicates GKE version reaches end of support, check standard_support_end_time and extended_support_end_time for more details.
Generated from protobuf enum END_OF_SUPPORT = 1;
COS_MILESTONE_VERSION_UPDATE
Value: 2
COS_MILESTONE_VERSION_UPDATE indicates that the COS node image will update COS milestone version for new patch versions starting with the one in the description.
Generated from protobuf enum COS_MILESTONE_VERSION_UPDATE = 2;
UPGRADE_LIFECYCLE
Value: 3
UPGRADE_LIFECYCLE indicates the event is about the upgrade lifecycle.
Generated from protobuf enum UPGRADE_LIFECYCLE = 3;