UpgradeDetails contains detailed information of each individual upgrade operation.
JSON representation |
---|
{
"state": enum ( |
Fields | |
---|---|
state |
Output only. The state of the upgrade. |
initial |
The version before the upgrade. |
target |
The version after the upgrade. |
start |
The start timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
end |
The end timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
State
State indicates the state of the upgrade.
Enums | |
---|---|
UNKNOWN |
Upgrade state is unknown. |
FAILED |
Upgrade has failed with an error. |
SUCCEEDED |
Upgrade has succeeded. |
CANCELED |
Upgrade has been canceled. |
RUNNING |
Upgrade is running. |