Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModulesConfig ¶
type ModulesConfig struct { PullSecret string `envconfig:"ECO_HWACCEL_KMM_PULL_SECRET"` Registry string `envconfig:"ECO_HWACCEL_KMM_REGISTRY"` DevicePluginImage string `envconfig:"ECO_HWACCEL_KMM_DEVICE_PLUGIN_IMAGE"` SubscriptionName string `envconfig:"ECO_HWACCEL_KMM_SUBSCRIPTION_NAME"` CatalogSourceName string `envconfig:"ECO_HWACCEL_KMM_CATALOG_SOURCE_NAME"` UpgradeTargetVersion string `envconfig:"ECO_HWACCEL_KMM_UPGRADE_TARGET_VERSION"` SpokeKubeConfig string `envconfig:"ECO_HWACCEL_KMM_SPOKE_KUBECONFIG"` SpokeClusterName string `envconfig:"ECO_HWACCEL_KMM_SPOKE_CLUSTER_NAME"` SpokeAPIClient *clients.Settings }
ModulesConfig contains environment information related to kmm tests.
func NewModulesConfig ¶
func NewModulesConfig() *ModulesConfig
NewModulesConfig returns instance of ModulesConfig type.
Click to show internal directories.
Click to hide internal directories.