Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
TestMode bool
RainbondVersion string
KubeconfigPath string
Namespace string
ClusterName string
EtcdSecretName string
DownloadURL string
DownloadMD5 string
ArchiveFilePath string
KubeClient kubernetes.Interface // TODO
RainbondKubeClient versioned.Interface
RestConfig *rest.Config
SuffixHTTPHost string // suffix http host configmap name
KubeCfgSecretName string
Rainbondpackage string
LogLevel string
InstallMode string
RainbondImageRepository string
InitPath string
SentinelImage string
OnlyInstallRegion bool
VersionDir string
}
Config config for openapi
var C *Config
C represents a global configuration.
Click to show internal directories.
Click to hide internal directories.