Documentation ¶ Index ¶ Variables func Add(mgr manager.Manager, status *statusmanager.StatusManager, cli cnoclient.Client) error type EgressRouterReconciler func (r EgressRouterReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error) Constants ¶ This section is empty. Variables ¶ View Source var ResyncPeriod = 5 * time.Minute Functions ¶ func Add ¶ func Add(mgr manager.Manager, status *statusmanager.StatusManager, cli cnoclient.Client) error Attach control loop to the manager and watch for Egress Router objects Types ¶ type EgressRouterReconciler ¶ type EgressRouterReconciler struct { // contains filtered or unexported fields } func (EgressRouterReconciler) Reconcile ¶ func (r EgressRouterReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error) Source Files ¶ View all Source files egress_router_controller.go Click to show internal directories. Click to hide internal directories.