Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z"or"2014-10-02T15:01:23+05:30".
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z"or"2014-10-02T15:01:23+05:30".
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.
StartType
StartType indicates the type of starting the upgrade.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [State](#State)\n- [StartType](#StartType)\n\nUpgradeDetails contains detailed information of each individual upgrade operation.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"state\": enum (/kubernetes-engine/docs/reference/rest/v1beta1/UpgradeDetails#State), \"initialVersion\": string, \"targetVersion\": string, \"startType\": enum (/kubernetes-engine/docs/reference/rest/v1beta1/UpgradeDetails#StartType), \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `state` | `enum (`[State](/kubernetes-engine/docs/reference/rest/v1beta1/UpgradeDetails#State)`)` Output only. The state of the upgrade. |\n| `initialVersion` | `string` The version before the upgrade. |\n| `targetVersion` | `string` The version after the upgrade. |\n| `startType` | `enum (`[StartType](/kubernetes-engine/docs/reference/rest/v1beta1/UpgradeDetails#StartType)`)` The start type of the upgrade. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The start timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The end timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\nState State indicates the state of the upgrade.\n\n| Enums ||\n|-------------|-----------------------------------|\n| `UNKNOWN` | Upgrade state is unknown. |\n| `FAILED` | Upgrade has failed with an error. |\n| `SUCCEEDED` | Upgrade has succeeded. |\n| `CANCELED` | Upgrade has been canceled. |\n| `RUNNING` | Upgrade is running. |\n\nStartType StartType indicates the type of starting the upgrade.\n\n| Enums ||\n|--------------------------|------------------------------------|\n| `START_TYPE_UNSPECIFIED` | Upgrade start type is unspecified. |\n| `AUTOMATIC` | Upgrade started automatically. |\n| `MANUAL` | Upgrade started manually. |"]]