Documentation ¶
Overview ¶
Package geneve provides a fabric gateway implementation for the Geneve protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalNodeReconciler ¶
type InternalNodeReconciler struct { client.Client Scheme *runtime.Scheme EventsRecorder record.EventRecorder Options *fabric.Options }
InternalNodeReconciler manage InternalNode.
func NewInternalNodeReconciler ¶
func NewInternalNodeReconciler(cl client.Client, s *runtime.Scheme, er record.EventRecorder, opts *fabric.Options) (*InternalNodeReconciler, error)
NewInternalNodeReconciler returns a new InternalNodeReconciler.
func (*InternalNodeReconciler) Reconcile ¶
func (r *InternalNodeReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile manage InternalNodes.
func (*InternalNodeReconciler) SetupWithManager ¶
func (r *InternalNodeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the InternalNodeReconciler to the manager.
Click to show internal directories.
Click to hide internal directories.