Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName gatewayv1.GatewayController = "ngrok.com/gateway-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayReconciler ¶
type GatewayReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
Driver *store.Driver
}
GatewayReconciler reconciles a Gateway object
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
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
Driver *store.Driver
}
HTTPRouteReconciler reconciles a HTTPRoute object
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.