Documentation ¶
Index ¶
- func Add(mgr ctrl.Manager) error
- func AddToMgr(mgr ctrl.Manager, r reconcile.Reconciler) error
- func InitExpectations(c client.Client)
- func NewReconciler(mgr ctrl.Manager) reconcile.Reconciler
- type ExpectationEventHandler
- func (h *ExpectationEventHandler) Create(event.CreateEvent, workqueue.RateLimitingInterface)
- func (h *ExpectationEventHandler) Delete(e event.DeleteEvent, _ workqueue.RateLimitingInterface)
- func (h *ExpectationEventHandler) Generic(event.GenericEvent, workqueue.RateLimitingInterface)
- func (h *ExpectationEventHandler) Update(event.UpdateEvent, workqueue.RateLimitingInterface)
- type ResourceContextReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitExpectations ¶
func NewReconciler ¶
func NewReconciler(mgr ctrl.Manager) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
Types ¶
type ExpectationEventHandler ¶
type ExpectationEventHandler struct { }
func (*ExpectationEventHandler) Create ¶
func (h *ExpectationEventHandler) Create(event.CreateEvent, workqueue.RateLimitingInterface)
Create is called in response to an create event - e.g. Pod Creation.
func (*ExpectationEventHandler) Delete ¶
func (h *ExpectationEventHandler) Delete(e event.DeleteEvent, _ workqueue.RateLimitingInterface)
Delete is called in response to a delete event - e.g. Pod Deleted.
func (*ExpectationEventHandler) Generic ¶
func (h *ExpectationEventHandler) Generic(event.GenericEvent, workqueue.RateLimitingInterface)
Generic is called in response to an event of an unknown type or a synthetic event triggered as a cron or external trigger request - e.g. reconcile Autoscaling, or a Webhook.
func (*ExpectationEventHandler) Update ¶
func (h *ExpectationEventHandler) Update(event.UpdateEvent, workqueue.RateLimitingInterface)
Update is called in response to an update event - e.g. Pod Updated.
type ResourceContextReconciler ¶
type ResourceContextReconciler struct {
*mixin.ReconcilerMixin
}
ResourceContextReconciler reconciles and reclaims a ResourceContext object
Click to show internal directories.
Click to hide internal directories.