Skip to content

Commit

Permalink
Add master status to containerv2
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 committed Sep 3, 2021
1 parent e9cf0f8 commit a1824c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/container/containerv2/clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type ClusterInfo struct {
APIUser string `json:"apiUser"`
ServerURL string `json:"serverURL"`
MasterURL string `json:"masterURL"`
MasterStatus string `json:"masterStatus"`
DisableAutoUpdate bool `json:"disableAutoUpdate"`
WorkerZones []string `json:"workerZones"`
Vpcs []string `json:"vpcs"`
Expand Down

0 comments on commit a1824c9

Please sign in to comment.