Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2EConfig ¶
type E2EConfig struct { OperatorChart string `yaml:"operatorChart"` CRDChart string `yaml:"crdChart"` ExternalIP string `yaml:"externalIP"` MagicDNS string `yaml:"magicDNS"` BridgeIP string `yaml:"bridgeIP"` ArtifactsDir string `yaml:"artifactsDir"` CertManagerVersion string `yaml:"certManagerVersion"` CertManagerChartURL string `yaml:"certManagerChartURL"` RancherVersion string `yaml:"rancherVersion"` RancherChartURL string `yaml:"rancherChartURL"` AWSAccessKey string `yaml:"awsAccessKey"` AWSSecretAccessKey string `yaml:"awsSecretAccessKey"` AWSRegion string `yaml:"awsRegion"` }
func ReadE2EConfig ¶
ReadE2EConfig read config from yaml and substitute variables using envsubst. All variables can be overridden by environmental variables.
Click to show internal directories.
Click to hide internal directories.