Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScenarioRunner ¶
type ScenarioRunner interface {
RunScenario(scenario *config.Scenario) error
RunAssert(step *config.Step) error
RunCreate(step *config.Step) error
RunChange(step *config.Step) error
RunDelete(step *config.Step) error
RunStep(step *config.Step) error
Shutdown()
}
func NewScenarioRunner ¶
func NewScenarioRunner(client *kubernetes.Clientset, namespace string, nodeConfig *config.NodeConfig, podConfig *config.PodConfig, dynamicClient *dynamic.DynamicClient) ScenarioRunner
Click to show internal directories.
Click to hide internal directories.