Merge pull request #889 from wansir/annotation

refine annotation key
This commit is contained in:
KubeSphere CI Bot
2019-10-10 15:12:50 +08:00
committed by GitHub

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"