Documentation ¶
Index ¶
- func GetPreloadingImages() []string
- func GetWebhookImage() (string, string)
- func IsE2ETestsEnabled() bool
- func IsKeepingHarvesterInstallation() bool
- func IsKeepingTestingCluster() bool
- func IsKeepingTestingResource() bool
- func IsSkipHarvesterInstallation() bool
- func IsTrue(key string) bool
- func IsUsingEmulation() bool
- func IsUsingExistingCluster() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPreloadingImages ¶ added in v0.3.0
func GetPreloadingImages() []string
GetPreloadingImages returns preloading image names
func GetWebhookImage ¶ added in v0.3.0
GetWebhookImage returns webhook image name and tag
func IsE2ETestsEnabled ¶
func IsE2ETestsEnabled() bool
IsE2ETestsEnabled validates whether to enable the e2e tests
func IsKeepingHarvesterInstallation ¶
func IsKeepingHarvesterInstallation() bool
IsKeepingHarvesterInstallation validates whether keep the harvester installation, if "KEEP_HARVESTER_INSTALLATION=true", will keep the harvester installation for reviewing.
func IsKeepingTestingCluster ¶
func IsKeepingTestingCluster() bool
IsKeepingTestingCluster validates whether keep the testing cluster, if "KEEP_TESTING_CLUSTER=true", will keep the testing cluster for reviewing.
func IsKeepingTestingResource ¶
func IsKeepingTestingResource() bool
IsKeepingTestingResource validates whether keep the testing resource, if "KEEP_TESTING_RESOURCE=true", will keep the testing resource for reviewing.
func IsSkipHarvesterInstallation ¶
func IsSkipHarvesterInstallation() bool
IsSkipHarvesterInstallation validates whether to skip harvester installation for testing, if "SKIP_HARVESTER_INSTALLATION=true", will not create or update the harvester chart for testing.
func IsUsingEmulation ¶
func IsUsingEmulation() bool
IsUsingEmulation validates whether use qemu soft emulation, if "DONT_USE_EMULATION=true", will not use qemu soft emulation.
func IsUsingExistingCluster ¶
func IsUsingExistingCluster() bool
IsUsingExistingCluster validates whether use an existing cluster for testing, if "USE_EXISTING_CLUSTER=true", will not create a local cluster for testing.
Types ¶
This section is empty.