We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cf0f8 commit e7648c2Copy full SHA for e7648c2
api/container/containerv2/clusters.go
@@ -80,6 +80,7 @@ type ClusterInfo struct {
80
APIUser string `json:"apiUser"`
81
ServerURL string `json:"serverURL"`
82
MasterURL string `json:"masterURL"`
83
+ MasterStatus string `json:"masterStatus"`
84
DisableAutoUpdate bool `json:"disableAutoUpdate"`
85
WorkerZones []string `json:"workerZones"`
86
Vpcs []string `json:"vpcs"`
0 commit comments