Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scenario ¶
type Scenario struct { ClusterFlavor string K8sVersion string // contains filtered or unexported fields }
Scenario defines the environment that will be used for testing
func New ¶
func New( rbac bool, unprivileged bool, integrationImageRepository, integrationImageTag, ksmVersion string, twoKSMInstances bool, k8sServerInfo *version.Info, clusterFlavor string, K8sVersion string, ) Scenario
New returns a new Scenario
func (Scenario) GetSchemasForJob ¶
func (s Scenario) GetSchemasForJob(job string) jsonschema.EventTypeToSchemaFilename
GetSchemasForJob returns the json schemas that should be use to match the test scenario.
Click to show internal directories.
Click to hide internal directories.