accelconfig

package
v0.0.0-...-e76145d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PathToDefaultAccelParamsFile path to config file with default accel tests parameters.
	PathToDefaultAccelParamsFile = "./default.yaml"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccelConfig

type AccelConfig struct {
	PullSecret           string `envconfig:"ECO_ACCEL_PULL_SECRET"`
	Registry             string `envconfig:"ECO_ACCEL_REGISTRY"`
	UpgradeTargetVersion string `envconfig:"ECO_ACCEL_UPGRADE_TARGET_IMAGE"`
	SpokeKubeConfig      string `envconfig:"ECO_ACCEL_SPOKE_KUBECONFIG"`
	HubClusterName       string `envconfig:"ECO_ACCEL_HUB_CLUSTER_NAME"`
	HubMinorVersion      string `envconfig:"ECO_ACCEL_HUB_MINOR_VERSION"`
	IBUWorkloadImage     string `yaml:"ibu_workload_image" envconfig:"ECO_ACCEL_WORKLOAD_IMAGE"`
	SpokeAPIClient       *clients.Settings
	*config.GeneralConfig
}

AccelConfig contains environment information related to ocp upgrade tests.

func NewAccelConfig

func NewAccelConfig() *AccelConfig

NewAccelConfig returns instance of AccelConfig type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL