mirror of
https://github.com/minio/minio.git
synced 2025-04-24 20:30:47 -04:00
fix: typo in json key ClusterInfo DeploymentID (#15406)
deployement_id -> deployment_id
This commit is contained in:
parent
bfc70bc74e
commit
906947a285
@ -2654,7 +2654,7 @@ func checkConnection(endpointStr string, timeout time.Duration) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type clusterInfo struct {
|
type clusterInfo struct {
|
||||||
DeploymentID string `json:"deployement_id"`
|
DeploymentID string `json:"deployment_id"`
|
||||||
ClusterName string `json:"cluster_name"`
|
ClusterName string `json:"cluster_name"`
|
||||||
UsedCapacity uint64 `json:"used_capacity"`
|
UsedCapacity uint64 `json:"used_capacity"`
|
||||||
Info struct {
|
Info struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user