Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServerName string ListenAddr string NoUI bool Config string Force bool SyncProjectsWithNamespaces bool Replicas int Upgrade bool PrepareCustomK8sImages bool PrepareCustomCharts bool Kubeconfig string RegistryUsername string RegistryPassword string RegistryDomain string RegistryNamespace string CustomUpgradeResourceDir string // CustomChartsName // when upgrading, it is chart tar file name under data/ directory // when installing, it is chart tar file name under data/expansions/ directory // default custom.charts.tar.gz CustomChartsName string // EnableCustomExpansion will enable expansion. default false EnableCustomExpansion bool // CustomExpansionDir path to expansions. default `data/expansions` CustomExpansionDir string }
Config is the running configuration structure of the TKE controller manager.
Click to show internal directories.
Click to hide internal directories.