Documentation ¶
Index ¶
- type PodReconciler
- func (r *PodReconciler) Create(e event.CreateEvent) bool
- func (r *PodReconciler) Delete(e 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 PodReconciler ¶
PodReconciler reconciles a Pod object
func (*PodReconciler) Create ¶
func (r *PodReconciler) Create(e event.CreateEvent) bool
func (*PodReconciler) Delete ¶
func (r *PodReconciler) Delete(e event.DeleteEvent) bool
func (*PodReconciler) Generic ¶
func (r *PodReconciler) Generic(e event.GenericEvent) bool
func (*PodReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
func (*PodReconciler) Update ¶
func (r *PodReconciler) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.