Documentation ¶
Index ¶
- type EndpintsReconciler
- type PodReconciler
- func (r *PodReconciler) Create(e event.CreateEvent) bool
- func (r *PodReconciler) Delete(_ event.DeleteEvent) bool
- func (r *PodReconciler) Generic(e event.GenericEvent) bool
- func (r *PodReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager, secrets []corev1.Secret) error
- func (r *PodReconciler) Update(e event.UpdateEvent) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpintsReconciler ¶ added in v0.2.0
type EndpintsReconciler struct { client.Client Scheme *runtime.Scheme Cache cache.Cache UnsealerSelector labels.Selector }
EndpintsReconciler reconciles an Endpoints object
func (*EndpintsReconciler) SetupWithManager ¶ added in v0.2.0
func (r *EndpintsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PodReconciler ¶
PodReconciler reconciles a Pod object
func (*PodReconciler) Create ¶
func (r *PodReconciler) Create(e event.CreateEvent) bool
Create is invoked when a new Pod is created.
func (*PodReconciler) Delete ¶
func (r *PodReconciler) Delete(_ event.DeleteEvent) bool
Delete is invoked when a Pod is deleted.
func (*PodReconciler) Generic ¶
func (r *PodReconciler) Generic(e event.GenericEvent) bool
Generic is invoked when a generic event occurs on a Pod.
func (*PodReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
func (*PodReconciler) Update ¶
func (r *PodReconciler) Update(e event.UpdateEvent) bool
Update is invoked when an existing Pod is updated.
Click to show internal directories.
Click to hide internal directories.