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.
Click to show internal directories.
Click to hide internal directories.