exec

package
v0.0.0-...-6b456cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2023 License: Apache-2.0 Imports: 12 Imported by: 2

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL