Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder Watcher watch.Interface }
Reconciler watches and reconciles Ingress objects.
func (*Reconciler) Reconcile ¶
Reconcile perform reconciliation logic for Ingress resource that is managed by the operator.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes ingress controller manager.
Click to show internal directories.
Click to hide internal directories.