Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KubepugRunner ¶
type KubepugRunner struct { Fetcher content.ContentFetcher // contains filtered or unexported fields }
KubepugRunner runs kubepug against cluster
func NewRunner ¶
func NewRunner() *KubepugRunner
func (*KubepugRunner) GetType ¶
func (r *KubepugRunner) GetType() runner.Type
GetType returns runner type
func (*KubepugRunner) Run ¶
func (r *KubepugRunner) Run(execution testkube.Execution) (testkube.ExecutionResult, error)
Run runs the kubepug executable and parses it's output to be Testkube-compatible
Click to show internal directories.
Click to hide internal directories.