fix router bugs

This commit is contained in:
jeff
2018-06-06 14:36:41 +08:00
parent 6b43e18056
commit e9e2ab1e11
3 changed files with 23 additions and 41 deletions

View File

@@ -26,5 +26,7 @@ type PageableResponse struct {
}
const APIVERSION = "v1alpha1"
const KIND = "kubesphere"
const DATA_HOME = "/etc/kubesphere"
const INGRESS_CONTROLLER_FOLDER = DATA_HOME + "/ingress-controller"