Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NfdConfig ¶
type NfdConfig struct { SubscriptionName string `envconfig:"ECO_HWACCEL_NFD_SUBSCRIPTION_NAME"` Image string `envconfig:"ECO_HWACCEL_NFD_CR_IMAGE"` CatalogSource string `envconfig:"ECO_HWACCEL_NFD_CATALOG_SOURCE"` CustomCatalogSource string `envconfig:"ECO_HWACCEL_NFD_CUSTOM_NFD_CATALOG_SOURCE"` AwsTest bool `envconfig:"ECO_HWACCEL_NFD_AWS_TESTS"` UpgradeTargetVersion string `envconfig:"ECO_HWACCEL_NFD_UPGRADE_TARGET_VERSION"` CPUFlagsHelperImage string `envconfig:"ECO_HWACCEL_NFD_CPU_FLAGS_HELPER_IMAGE"` }
NfdConfig contains environment information related to nfd tests.
Click to show internal directories.
Click to hide internal directories.