From 6f434252dfd3b1fa5aea200e2b96e0cd4252e230 Mon Sep 17 00:00:00 2001 From: zryfish Date: Wed, 29 Sep 2021 14:25:01 +0800 Subject: [PATCH] fix missing constants (#4308) --- vendor/kubesphere.io/api/application/v1alpha1/constants.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/kubesphere.io/api/application/v1alpha1/constants.go b/vendor/kubesphere.io/api/application/v1alpha1/constants.go index 50d4ca7bd..0b21e8e97 100644 --- a/vendor/kubesphere.io/api/application/v1alpha1/constants.go +++ b/vendor/kubesphere.io/api/application/v1alpha1/constants.go @@ -49,6 +49,7 @@ const ( HelmApplicationAppStoreSuffix = "-store" HelmApplicationIdPrefix = "app-" HelmRepoIdPrefix = "repo-" + BuiltinRepoPrefix = "builtin-" HelmApplicationVersionIdPrefix = "appv-" HelmCategoryIdPrefix = "ctg-" HelmAttachmentPrefix = "att-" @@ -59,5 +60,6 @@ const ( ApplicationInstance = "app.kubesphere.io/instance" + RepoSyncPeriod = "app.kubesphere.io/sync-period" OriginWorkspaceLabelKey = "kubesphere.io/workspace-origin" )