NamespaceManagementSoftwareClustersInfo
The Clusters.Info structure contains detailed information about the cluster upgrade status and related information.
Properties
array of
string
available_versions
Required
Set of available versions can be upgraded to.
string
current_version
Required
Current version of the cluster.
string
last_upgraded_date
Optional
Date of last successful upgrade. If unset, the cluster has not yet been upgraded.
messages
Required
Current set of messages associated with the cluster version.
upgrade_status
Optional
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": "enum"
}
],
"state": "enum"
}