Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixAllocationScheduler ¶
func (*PrefixAllocationScheduler) Reconcile ¶
func (s *PrefixAllocationScheduler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*PrefixAllocationScheduler) SetupWithManager ¶
func (s *PrefixAllocationScheduler) SetupWithManager(mgr manager.Manager) error
type PrefixReconciler ¶
type PrefixReconciler struct { client.Client APIReader client.Reader Scheme *runtime.Scheme PrefixAllocationTimeout time.Duration // contains filtered or unexported fields }
PrefixReconciler reconciles a Prefix object
func (*PrefixReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*PrefixReconciler) SetupWithManager ¶
func (r *PrefixReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.