refactor: integrate CLI's code & CI into main repo (#1343)
This commit is contained in:
24
cli/pkg/common/plugins.go
Normal file
24
cli/pkg/common/plugins.go
Normal file
@@ -0,0 +1,24 @@
|
||||
package common
|
||||
|
||||
const (
|
||||
NamespaceDefault = "default"
|
||||
NamespaceKubeNodeLease = "kube-node-lease"
|
||||
NamespaceKubePublic = "kube-public"
|
||||
NamespaceKubeSystem = "kube-system"
|
||||
NamespaceKubekeySystem = "kubekey-system"
|
||||
NamespaceKubesphereControlsSystem = "kubesphere-controls-system"
|
||||
NamespaceKubesphereMonitoringFederated = "kubesphere-monitoring-federated"
|
||||
NamespaceKubesphereMonitoringSystem = "kubesphere-monitoring-system"
|
||||
NamespaceKubesphereSystem = "kubesphere-system"
|
||||
NamespaceOsSystem = "os-system"
|
||||
|
||||
ChartNameRedis = "redis"
|
||||
ChartNameSnapshotController = "snapshot-controller"
|
||||
ChartNameKsCore = "ks-core"
|
||||
ChartNameKsCoreConfig = "ks-core-config"
|
||||
ChartNameKsConfig = "ks-config"
|
||||
ChartNameMonitorNotification = "monitor-notification"
|
||||
ChartNameAccount = "account"
|
||||
ChartNameSystem = "system"
|
||||
ChartNameSettings = "settings"
|
||||
)
|
||||
Reference in New Issue
Block a user