Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PathToDefaultIbuCnfParamsFile path to config file with default system tests parameters.
PathToDefaultIbuCnfParamsFile = "./default.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNFConfig ¶
type CNFConfig struct { *ibuconfig.IBUConfig IBUWorkloadImage string `yaml:"ibu_workload_image" envconfig:"ECO_LCA_IBU_CNF_WORKLOAD_IMAGE"` TargetHubKubeConfig string `envconfig:"ECO_LCA_IBU_CNF_KUBECONFIG_TARGET_HUB"` TargetSNOKubeConfig string `envconfig:"ECO_LCA_IBU_CNF_KUBECONFIG_TARGET_SNO"` IbuWorkloadNS string `yaml:"ibu_workload_validation_ns" envconfig:"ECO_LCA_IBU_CNF_WORKLOAD_NS"` IbuWorkloadPVNS string `yaml:"ibu_workload_validation_pv_ns" envconfig:"ECO_LCA_IBU_CNF_WORKLOAD_PV_NS"` IbuWorkloadPVPod string `yaml:"ibu_workload_validation_pv_pod_name" envconfig:"ECO_LCA_IBU_CNF_WORKLOAD_PV_POD"` IbuWorkloadPVFilePath string `yaml:"ibu_workload_validation_pv_file_path" envconfig:"ECO_LCA_IBU_CNF_WORKLOAD_PV_FILE"` IbuKcatImage string `yaml:"ibu_kcat_image" envconfig:"ECO_LCA_IBU_CNF_KCAT_IMAGE"` IbuKcatBroker string `yaml:"ibu_kcat_broker" envconfig:"ECO_LCA_IBU_CNF_KCAT_BROKER"` IbuKcatTopic string `yaml:"ibu_kcat_topic" envconfig:"ECO_LCA_IBU_CNF_KCAT_TOPIC"` IbguSeedImage string `yaml:"ibgu_seed_image" envconfig:"ECO_LCA_IBGU_SEED_IMAGE"` IbguSeedImageVersion string `yaml:"ibgu_seed_image_version" envconfig:"ECO_LCA_IBGU_SEED_IMAGE_VERSION"` IbguOadpCmName string `yaml:"ibgu_oadp_cm_name" envconfig:"ECO_LCA_IBGU_ODAP_CM_NAME"` IbguOadpCmNamespace string `yaml:"ibgu_oadp_cm_namespace" envconfig:"ECO_LCA_IBGU_ODAP_CM_NAMESPACE"` }
CNFConfig type contains cnf configuration.
Click to show internal directories.
Click to hide internal directories.