Documentation ¶
Index ¶
Constants ¶
View Source
const (
GatewayV1alpha2Controller = "flomesh.io/gateway-v1alpha2-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayClassReconciler ¶
type GatewayClassReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*GatewayClassReconciler) SetupWithManager ¶
func (r *GatewayClassReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GatewayReconciler ¶
type GatewayReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*GatewayReconciler) SetupWithManager ¶
func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type HTTPRouteReconciler ¶
type HTTPRouteReconciler struct { client.Client K8sAPI *kube.K8sAPI Scheme *runtime.Scheme Recorder record.EventRecorder }
func (*HTTPRouteReconciler) SetupWithManager ¶
func (r *HTTPRouteReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
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.