Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "no-op"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyReconcile ¶
DummyReconcile reconciles a AutoRepair object
func (*DummyReconcile) SetupWithManager ¶
func (r *DummyReconcile) SetupWithManager(mgr manager.Manager) error
type NoOp ¶
type NoOp struct{}
func (*NoOp) Create ¶
func (n *NoOp) Create(ctx context.Context, event event.CreateEvent, limitingInterface workqueue.RateLimitingInterface)
func (*NoOp) Delete ¶
func (n *NoOp) Delete(ctx context.Context, event event.DeleteEvent, limitingInterface workqueue.RateLimitingInterface)
func (*NoOp) Generic ¶
func (n *NoOp) Generic(ctx context.Context, event event.GenericEvent, limitingInterface workqueue.RateLimitingInterface)
func (*NoOp) Update ¶
func (n *NoOp) Update(ctx context.Context, event event.UpdateEvent, limitingInterface workqueue.RateLimitingInterface)
Click to show internal directories.
Click to hide internal directories.