提交 5babbe8b 编写于 作者: R runzexia 提交者: zryfish

get devops components status

上级 0451f153
...@@ -22,6 +22,7 @@ const ( ...@@ -22,6 +22,7 @@ const (
KubeSystemNamespace = "kube-system" KubeSystemNamespace = "kube-system"
OpenPitrixNamespace = "openpitrix-system" OpenPitrixNamespace = "openpitrix-system"
KubesphereDevOpsNamespace = "kubesphere-devops-system"
IstioNamespace = "istio-system" IstioNamespace = "istio-system"
KubeSphereMonitoringNamespace = "kubesphere-monitoring-system" KubeSphereMonitoringNamespace = "kubesphere-monitoring-system"
KubeSphereLoggingNamespace = "kubesphere-logging-system" KubeSphereLoggingNamespace = "kubesphere-logging-system"
...@@ -49,5 +50,5 @@ const ( ...@@ -49,5 +50,5 @@ const (
var ( var (
WorkSpaceRoles = []string{WorkspaceAdmin, WorkspaceRegular, WorkspaceViewer} WorkSpaceRoles = []string{WorkspaceAdmin, WorkspaceRegular, WorkspaceViewer}
SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace} SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace, KubesphereDevOpsNamespace}
) )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册