Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Log with default name ie: controller_chaosengine Log = log.Log.WithName("controller_chaosengine") // DefaultChaosRunnerImage contains the default value of runner resource DefaultChaosRunnerImage = "litmuschaos/chaos-runner:latest" // ResultCRDName contains name of the chaosresult CRD ResultCRDName = "chaosresults.litmuschaos.io" )
Functions ¶
This section is empty.
Types ¶
type EngineInfo ¶
type EngineInfo struct { Instance *litmuschaosv1alpha1.ChaosEngine AppInfo litmuschaosv1alpha1.ApplicationParams Selectors *litmuschaosv1alpha1.Selector Targets string VolumeOpts utils.VolumeOpts AppExperiments []string }
EngineInfo Related information
Click to show internal directories.
Click to hide internal directories.