fix: typo in json key ClusterInfo DeploymentID (#15406)

deployement_id -> deployment_id
This commit is contained in:
Shireesh Anjal 2022-07-27 07:35:33 +05:30 committed by GitHub
parent bfc70bc74e
commit 906947a285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2654,7 +2654,7 @@ func checkConnection(endpointStr string, timeout time.Duration) error {
}
type clusterInfo struct {
DeploymentID string `json:"deployement_id"`
DeploymentID string `json:"deployment_id"`
ClusterName string `json:"cluster_name"`
UsedCapacity uint64 `json:"used_capacity"`
Info struct {