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.
Click to show internal directories.
Click to hide internal directories.