NamespaceManagementSoftwareClustersUpgradeProgress

The Clusters.UpgradeProgress structure contains detailed information about the cluster upgrade progess.


Properties

integer as int64
completed Required

The amount of work completed for the operation. The value can only be incremented. The number or master nodes which upgrade completed.


message Required

Message about the work progress.


integer as int64
total Required

Total amount of the work for the operation. The work here represents the number of master nodes in the cluster need to be upgraded.

JSON Example

{
	"completed": 0,
	"message": {
		"args": [
			"string"
		],
		"default_message": "string",
		"id": "string"
	},
	"total": 0
}

Feedback

Was this page helpful?