Skip to content

Commit e7648c2

Browse files
kavya498hkantare
authored andcommitted
Add master status to containerv2
1 parent e9cf0f8 commit e7648c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/container/containerv2/clusters.go

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ type ClusterInfo struct {
8080
APIUser string `json:"apiUser"`
8181
ServerURL string `json:"serverURL"`
8282
MasterURL string `json:"masterURL"`
83+
MasterStatus string `json:"masterStatus"`
8384
DisableAutoUpdate bool `json:"disableAutoUpdate"`
8485
WorkerZones []string `json:"workerZones"`
8586
Vpcs []string `json:"vpcs"`

0 commit comments

Comments
 (0)