Documentation ¶
Overview ¶
Package controllers implements reconcilers for the net-operator controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInterfaceReconciler ¶
type NetworkInterfaceReconciler struct { Client client.Client EnableKeepAlive bool KeepAliveDuration time.Duration // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
func (*NetworkInterfaceReconciler) SetupWithManager ¶
func (r *NetworkInterfaceReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager will add watches for this controller.
Click to show internal directories.
Click to hide internal directories.