NamespaceManagementSoftwareClustersUpgradeStatus
The Clusters.UpgradeStatus structure contains detailed information about the cluster when upgraded is in progress.
Properties
string
desired_version
Optional
Desired version the cluster will be upgraded to. If unset, the cluster upgrade is not in progress.
messages
Required
Current set of messages associated with the upgrade state.
progress
Optional
Information about upgrade progess. If unset, the cluster upgrade is not in progress.
JSON Example
{
"messages": [
{
"details": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"severity": "INFO"
}
]
}