File tree Expand file tree Collapse file tree
openstack/cce/v3/clusters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ type Status struct {
9494 JobID string `json:"jobID"`
9595 // Reasons for the cluster to become current
9696 Reason string `json:"reason"`
97- // The status of each component in the cluster
98- Conditions Conditions `json:"conditions"`
9997 // Kube-apiserver access address in the cluster
10098 Endpoints []Endpoints `json:"-"`
10199}
@@ -140,15 +138,6 @@ type AuthenticationSpec struct {
140138 AuthenticatingProxy map [string ]string `json:"authenticatingProxy" required:"true"`
141139}
142140
143- type Conditions struct {
144- // The type of component
145- Type string `json:"type"`
146- // The state of the component
147- Status string `json:"status"`
148- // The reason that the component becomes current
149- Reason string `json:"reason"`
150- }
151-
152141type Endpoints struct {
153142 // The address accessed within the user's subnet - OpenTelekomCloud
154143 Url string `json:"url"`
You can’t perform that action at this time.
0 commit comments