From c41b2577bb895b06277ec16407a7b1313ec1fcf1 Mon Sep 17 00:00:00 2001 From: hongming Date: Thu, 10 Oct 2019 14:23:55 +0800 Subject: [PATCH] refine annotation key Signed-off-by: hongming --- pkg/constants/constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index a74b40caf..c774b7210 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -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"