Documentation ¶
Index ¶
- type Reconciler
- func (r *Reconciler) ReconcileEndpoint(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Reconciler) ReconcileNode(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Reconciler) ReconcileSync(_ context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Scheme *runtime.Scheme UplinkBr *datapath.UplinkBridgeOverlay LocalNode string SyncChan chan event.GenericEvent // contains filtered or unexported fields }
func (*Reconciler) ReconcileEndpoint ¶
func (*Reconciler) ReconcileNode ¶
func (*Reconciler) ReconcileSync ¶
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.