Skip to content

Commit 9dec68a

Browse files
authored
[Fix] CCE: Temporarily remove conditions parameter from cluster status (#958)
1 parent 7ba9d0b commit 9dec68a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

openstack/cce/v3/clusters/common.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
152141
type Endpoints struct {
153142
// The address accessed within the user's subnet - OpenTelekomCloud
154143
Url string `json:"url"`

0 commit comments

Comments
 (0)