Documentation
¶
Overview ¶
Package nodecontroller implements the logic that creates and manages InternalNodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeReconciler ¶
type NodeReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
NodeReconciler creates and manages InternalNodes.
func NewNodeReconciler ¶
NewNodeReconciler returns a new NodeReconciler.
func (*NodeReconciler) Reconcile ¶
func (r *NodeReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile manage Node lifecycle.
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the InternalFabricReconciler to the manager.
Click to show internal directories.
Click to hide internal directories.