Documentation
¶
Overview ¶
Package ipctrl contains the logic to manage IP addresses to interact with the remote cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPReconciler ¶
type IPReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
IPReconciler reconciles a IP object.
func NewIPReconciler ¶
func NewIPReconciler(cl client.Client, s *runtime.Scheme, ipamClient ipam.IPAMClient) *IPReconciler
NewIPReconciler returns a new IPReconciler.
func (*IPReconciler) SetupWithManager ¶
func (r *IPReconciler) SetupWithManager(mgr ctrl.Manager, workers int) error
SetupWithManager monitors IP resources.
Click to show internal directories.
Click to hide internal directories.