Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReferencePolicyReconciler ¶
type ReferencePolicyReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*ReferencePolicyReconciler) SetupWithManager ¶
func (r *ReferencePolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type TCPRouteReconciler ¶
type TCPRouteReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*TCPRouteReconciler) SetupWithManager ¶
func (r *TCPRouteReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type TLSRouteReconciler ¶
type TLSRouteReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*TLSRouteReconciler) SetupWithManager ¶
func (r *TLSRouteReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UDPRouteReconciler ¶
type UDPRouteReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*UDPRouteReconciler) SetupWithManager ¶
func (r *UDPRouteReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.