fix missing constants (#4308)
This commit is contained in:
2
vendor/kubesphere.io/api/application/v1alpha1/constants.go
generated
vendored
2
vendor/kubesphere.io/api/application/v1alpha1/constants.go
generated
vendored
@@ -49,6 +49,7 @@ const (
|
|||||||
HelmApplicationAppStoreSuffix = "-store"
|
HelmApplicationAppStoreSuffix = "-store"
|
||||||
HelmApplicationIdPrefix = "app-"
|
HelmApplicationIdPrefix = "app-"
|
||||||
HelmRepoIdPrefix = "repo-"
|
HelmRepoIdPrefix = "repo-"
|
||||||
|
BuiltinRepoPrefix = "builtin-"
|
||||||
HelmApplicationVersionIdPrefix = "appv-"
|
HelmApplicationVersionIdPrefix = "appv-"
|
||||||
HelmCategoryIdPrefix = "ctg-"
|
HelmCategoryIdPrefix = "ctg-"
|
||||||
HelmAttachmentPrefix = "att-"
|
HelmAttachmentPrefix = "att-"
|
||||||
@@ -59,5 +60,6 @@ const (
|
|||||||
|
|
||||||
ApplicationInstance = "app.kubesphere.io/instance"
|
ApplicationInstance = "app.kubesphere.io/instance"
|
||||||
|
|
||||||
|
RepoSyncPeriod = "app.kubesphere.io/sync-period"
|
||||||
OriginWorkspaceLabelKey = "kubesphere.io/workspace-origin"
|
OriginWorkspaceLabelKey = "kubesphere.io/workspace-origin"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user