Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAMReconciler ¶
type IPAMReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder SwitchPortsIPAMDisabled bool }
IPAMReconciler reconciles NetworkSwitch object and creates required IPAM objects.
func (*IPAMReconciler) SetupWithManager ¶
func (r *IPAMReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OnboardingReconciler ¶
OnboardingReconciler reconciles NetworkSwitch object corresponding to given Inventory object.
func (*OnboardingReconciler) SetupWithManager ¶
func (r *OnboardingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SwitchReconciler ¶
type SwitchReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
SwitchReconciler reconciles NetworkSwitch object corresponding to given Inventory object.
func (*SwitchReconciler) SetupWithManager ¶
func (r *SwitchReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.