const ( // AnnotationCleanFinalizer key AnnotationCleanFinalizer = `chaos-mesh.chaos-mesh.org/cleanFinalizer` // AnnotationCleanFinalizerForced value AnnotationCleanFinalizerForced = `forced` )
Reconciler for common chaos
type Reconciler struct { endpoint.Endpoint ctx.Context }
func NewReconciler(req ctrl.Request, e endpoint.Endpoint, ctx ctx.Context) *Reconciler
NewReconciler would create Reconciler for common chaos
func (r *Reconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
Reconcile the common chaos