Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job interface { CreateWorkloads() DeleteWorkloads() Watch(*unstructured.Unstructured, bool) Wait() }
type LoadGenerator ¶
type LoadGenerator interface { Run(kubecli.KubevirtClient, *config.Workload) Delete(kubecli.KubevirtClient, *config.Workload) }
Click to show internal directories.
Click to hide internal directories.