mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
25 lines
1 KiB
Go
25 lines
1 KiB
Go
package common
|
|
|
|
const (
|
|
NamespaceDefault = "default"
|
|
NamespaceKubeNodeLease = "kube-node-lease"
|
|
NamespaceKubePublic = "kube-public"
|
|
NamespaceKubeSystem = "kube-system"
|
|
NamespaceKubekeySystem = "kubekey-system"
|
|
NamespaceKubesphereMonitoringSystem = "kubesphere-monitoring-system"
|
|
NamespaceKubesphereSystem = "kubesphere-system"
|
|
NamespaceKubesphereControlsSystem = "kubesphere-controls-system"
|
|
NamespaceOsFramework = "os-framework"
|
|
NamespaceOsPlatform = "os-platform"
|
|
|
|
ChartNameRedis = "redis"
|
|
ChartNameSnapshotController = "snapshot-controller"
|
|
ChartNameKsCore = "ks-core"
|
|
ChartNameKsCoreConfig = "ks-core-config"
|
|
ChartNameKsConfig = "ks-config"
|
|
ChartNameMonitorNotification = "monitor-notification"
|
|
ChartNameAccount = "account"
|
|
ChartNameOSFramework = "os-framework"
|
|
ChartNameOSPlatform = "os-platform"
|
|
ChartNameSettings = "settings"
|
|
)
|