feat: platform config API (#6391)
feat: platform config API (#2052) (#6303)
(cherry picked from commit c1259aff8b)
Signed-off-by: hongming <coder.scala@gmail.com>
Signed-off-by: peng wu <2030047311@qq.com>
Co-authored-by: hongming <hongming@kubesphere.io>
This commit is contained in:
@@ -26,6 +26,11 @@ const (
|
||||
KubeSphereManagedLabel = "kubesphere.io/managed"
|
||||
DeletionPropagationAnnotation = "kubesphere.io/deletion-propagation"
|
||||
CascadingDeletionFinalizer = "kubesphere.io/cascading-deletion"
|
||||
|
||||
KubeSphereConfigGroup = "config.kubesphere.io"
|
||||
SecretTypeGenericPlatformConfig corev1.SecretType = KubeSphereConfigGroup + "/generic-platform-config"
|
||||
GenericPlatformConfigNameFmt = "io.kubesphere.config.platformconfig.%s"
|
||||
GenericPlatformConfigFileName = "configuration.yaml"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user