fix: duplicate namespace

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-05-06 15:48:32 +08:00
committed by zryfish
parent 0a37bfd0a4
commit e115feeb8a
7 changed files with 23 additions and 16 deletions

View File

@@ -37,7 +37,8 @@ const (
WorkspaceLabelKey = "kubesphere.io/workspace"
DisplayNameAnnotationKey = "displayName"
DescriptionAnnotationKey = "desc"
CreatorLabelAnnotationKey = "creator"
CreatorAnnotationKey = "creator"
System = "system"
OpenPitrixRuntimeAnnotationKey = "openpitrix_runtime"
WorkspaceAdmin = "workspace-admin"
ClusterAdmin = "cluster-admin"