NamespaceManagementSoftwareClustersInfo
The Clusters.Info structure contains detailed information about the cluster upgrade status and related information.
Properties
Set of available versions can be upgraded to.
Current version of the cluster.
Current set of messages associated with the cluster version.
The Clusters.State enumerated type describes the state of the upgrade.
PENDING : Upgrade is in progress.
READY : Cluster is ready when there is no upgrade or upgrade is completed.
ERROR : Upgrade failed and need user intervention.
Possible values are: PENDING , READY , ERROR
Date of last successful upgrade. If unset, the cluster has not yet been upgraded.
Information about upgrade in progress. If unset, the cluster upgrade is not in progress.
JSON Example
{
"available_versions": [
"string"
],
"current_version": "string",
"messages": [
{
"details": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"severity": "INFO"
}
],
"state": "PENDING"
}