Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainReconciler ¶
type DomainReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Config *configuration.Data }
DomainReconciler reconciles a Domain object
func (*DomainReconciler) SetupWithManager ¶
func (r *DomainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RouteReconciler ¶ added in v1.3.0
type RouteReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Config *configuration.Data }
RouteReconciler reconciles a Route object
func (*RouteReconciler) Reconcile ¶ added in v1.3.0
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*RouteReconciler) SetupWithManager ¶ added in v1.3.0
func (r *RouteReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.