Reference documentation and code samples for the Google Cloud Container V1 Client class AutoUpgradeStatus.
AutoUpgradeStatus indicates the status of auto upgrade.
Protobuf type google.container.v1.NodePoolUpgradeInfo.AutoUpgradeStatus
Namespace
Google \ Cloud \ Container \ V1 \ NodePoolUpgradeInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0
UNKNOWN indicates an unknown status.
Generated from protobuf enum UNKNOWN = 0;
ACTIVE
Value: 1
ACTIVE indicates an active status.
Generated from protobuf enum ACTIVE = 1;
MINOR_UPGRADE_PAUSED
Value: 2
MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.
Generated from protobuf enum MINOR_UPGRADE_PAUSED = 2;
UPGRADE_PAUSED
Value: 3
UPGRADE_PAUSED indicates the upgrade is paused.
Generated from protobuf enum UPGRADE_PAUSED = 3;