Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions openstack/cce/v3/clusters/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ type Status struct {
JobID string `json:"jobID"`
// Reasons for the cluster to become current
Reason string `json:"reason"`
// The status of each component in the cluster
Conditions Conditions `json:"conditions"`
// Kube-apiserver access address in the cluster
Endpoints []Endpoints `json:"-"`
}
Expand Down Expand Up @@ -140,15 +138,6 @@ type AuthenticationSpec struct {
AuthenticatingProxy map[string]string `json:"authenticatingProxy" required:"true"`
}

type Conditions struct {
// The type of component
Type string `json:"type"`
// The state of the component
Status string `json:"status"`
// The reason that the component becomes current
Reason string `json:"reason"`
}

type Endpoints struct {
// The address accessed within the user's subnet - OpenTelekomCloud
Url string `json:"url"`
Expand Down
Loading