Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scenario ¶
type Scenario struct { // Delegate is responsible for performing the actual experiment actions. Delegate Delegate ScenarioName string Log logr.Logger Manager manager.Manager client.Client Labels map[string]string OwnerRef *metav1.OwnerReference // contains filtered or unexported fields }
Scenario provides a common base implemenation for parts of the experiment.Scenario interface.
Click to show internal directories.
Click to hide internal directories.