Documentation ¶
Index ¶
- func MapCRDVariables(in map[string]testkube.Variable) map[string]testsuitesv1.Variable
- func MapCRToAPI(cr testsuitesv1.TestSuite) (test testkube.TestSuite)
- func MapDepratcatedParams(in map[string]testkube.Variable) map[string]string
- func MapTestSuiteListKubeToAPI(cr testsuitesv1.TestSuiteList) (tests []testkube.TestSuite)
- func MergeVariablesAndParams(variables map[string]testsuitesv1.Variable, params map[string]string) map[string]testkube.Variable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapCRDVariables ¶ added in v1.1.10
MapCRDVariables maps variables between API and operator CRDs TODO if we could merge operator into testkube repository we would get rid of those mappings
func MapCRToAPI ¶
func MapCRToAPI(cr testsuitesv1.TestSuite) (test testkube.TestSuite)
MapCRToAPI maps TestSuite CRD to OpenAPI spec TestSuite
func MapDepratcatedParams ¶ added in v1.1.10
@Depracated MapDepratcatedParams maps old params to new variables data structure
func MapTestSuiteListKubeToAPI ¶
func MapTestSuiteListKubeToAPI(cr testsuitesv1.TestSuiteList) (tests []testkube.TestSuite)
MapTestSuiteListKubeToAPI maps TestSuiteList CRD to list of OpenAPI spec TestSuite
func MergeVariablesAndParams ¶ added in v1.1.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.