NamespaceManagementSoftwareClustersSummary
The Clusters.Summary structure contains basic information about the cluster upgrade related information.
Properties
Set of versions available for upgrade.
Identifier for the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
Name of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.name.
Current version of the cluster.
Desired version the cluster will be upgraded to. If unset, the cluster upgrade is not in progress.
Date of last successful upgrade. If unset, the cluster has not yet been upgraded.
JSON Example
{
"available_versions": [
"string"
],
"cluster": "string",
"cluster_name": "string",
"current_version": "string",
"state": "enum"
}