add kubectl/kubeconfig/quota/terminal api, but quota api is tempoary, will be changed as soon
This commit is contained in:
@@ -25,8 +25,14 @@ type PageableResponse struct {
|
||||
TotalCount int `json:"total_count"`
|
||||
}
|
||||
|
||||
const APIVERSION = "v1alpha1"
|
||||
const KIND = "kubesphere"
|
||||
|
||||
const DATA_HOME = "/etc/kubesphere"
|
||||
const INGRESS_CONTROLLER_FOLDER = DATA_HOME + "/ingress-controller"
|
||||
const (
|
||||
APIVERSION = "v1alpha1"
|
||||
KIND = "kubesphere"
|
||||
Root = "/kubesphere"
|
||||
UpdateCircle = 60
|
||||
QuotaKey = "resource-quota"
|
||||
WorkloadStatusKey = "workload-status"
|
||||
NameSpace = "kubesphere"
|
||||
DATA_HOME = "/etc/kubesphere"
|
||||
INGRESS_CONTROLLER_FOLDER = DATA_HOME + "/ingress-controller"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user