refine annotation key

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-10-10 14:23:55 +08:00
parent a03433d538
commit c41b2577bb

View File

@@ -36,9 +36,9 @@ const (
IngressControllerPrefix = "kubesphere-router-"
WorkspaceLabelKey = "kubesphere.io/workspace"
DisplayNameAnnotationKey = "displayName"
DescriptionAnnotationKey = "desc"
CreatorAnnotationKey = "creator"
DisplayNameAnnotationKey = "kubesphere.io/alias-name"
DescriptionAnnotationKey = "kubesphere.io/description"
CreatorAnnotationKey = "kubesphere.io/creator"
System = "system"
OpenPitrixRuntimeAnnotationKey = "openpitrix_runtime"
WorkspaceAdmin = "workspace-admin"