Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppLabelKey contains the application label key AppLabelKey string // DefaultAnnotationCheck contains the default value (true) of the annotationCheck DefaultAnnotationCheck = "true" // AppLabelValue contains the application label value AppLabelValue string // Log with default name ie: controller_chaosengine Log = logf.Log.WithName("controller_chaosengine") // DefaultChaosMonitorImage contains the default value of monitor resource DefaultChaosMonitorImage = "litmuschaos/chaos-exporter:latest" // DefaultChaosRunnerImage contains the default value of runner resource DefaultChaosRunnerImage = "litmuschaos/chaos-runner:latest" )
Functions ¶
This section is empty.
Types ¶
type ApplicationInfo ¶
type ApplicationInfo struct { Namespace string Label map[string]string ExperimentList []litmuschaosv1alpha1.ExperimentList ServiceAccountName string Kind string }
ApplicationInfo contains the chaos details for target application
type EngineInfo ¶
type EngineInfo struct { Instance *litmuschaosv1alpha1.ChaosEngine AppInfo *ApplicationInfo AppExperiments []string AppName string AppUUID types.UID }
EngineInfo Related information
Click to show internal directories.
Click to hide internal directories.