fix slow component status api
This commit is contained in:
@@ -97,7 +97,6 @@ type NodeStatus struct {
|
|||||||
|
|
||||||
type HealthStatus struct {
|
type HealthStatus struct {
|
||||||
KubeSphereComponents []ComponentStatus `json:"kubesphereStatus" description:"kubesphere components status"`
|
KubeSphereComponents []ComponentStatus `json:"kubesphereStatus" description:"kubesphere components status"`
|
||||||
KubernetesComponents []corev1.ComponentStatus `json:"kubernetesStatus" description:"kubernetes components status"`
|
|
||||||
NodeStatus NodeStatus `json:"nodeStatus" description:"nodes status"`
|
NodeStatus NodeStatus `json:"nodeStatus" description:"nodes status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user