Olares/cli/pkg/common/plugins.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"
)