Documentation ¶
Index ¶
- func Add(mgr manager.Manager) error
- type ReconcileChaosBlade
- type SpecUpdatedPredicateForRunningPhase
- func (sup *SpecUpdatedPredicateForRunningPhase) Create(e event.CreateEvent) bool
- func (*SpecUpdatedPredicateForRunningPhase) Delete(e event.DeleteEvent) bool
- func (*SpecUpdatedPredicateForRunningPhase) Generic(e event.GenericEvent) bool
- func (*SpecUpdatedPredicateForRunningPhase) Update(e event.UpdateEvent) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileChaosBlade ¶
type ReconcileChaosBlade struct { Executor model.ExpController // contains filtered or unexported fields }
ReconcileChaosBlade reconciles a ChaosBlade object
func (*ReconcileChaosBlade) Reconcile ¶
Reconcile reads that state of the cluster for a ChaosBlade object and makes changes based on the state read and what is in the ChaosBlade.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
type SpecUpdatedPredicateForRunningPhase ¶
type SpecUpdatedPredicateForRunningPhase struct { }
func (*SpecUpdatedPredicateForRunningPhase) Create ¶
func (sup *SpecUpdatedPredicateForRunningPhase) Create(e event.CreateEvent) bool
func (*SpecUpdatedPredicateForRunningPhase) Delete ¶
func (*SpecUpdatedPredicateForRunningPhase) Delete(e event.DeleteEvent) bool
func (*SpecUpdatedPredicateForRunningPhase) Generic ¶
func (*SpecUpdatedPredicateForRunningPhase) Generic(e event.GenericEvent) bool
func (*SpecUpdatedPredicateForRunningPhase) Update ¶
func (*SpecUpdatedPredicateForRunningPhase) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.