Documentation ¶
Overview ¶
Package fpgacontroller implements reconiciling controller for AcceleratorFunction and FpgaRegion objects used in the FPGA admission webhook.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceleratorFunctionReconciler ¶
type AcceleratorFunctionReconciler struct { client.Client Scheme *runtime.Scheme PatcherManager *patcher.Manager }
AcceleratorFunctionReconciler reconciles AcceleratorFunction objects.
func (*AcceleratorFunctionReconciler) Reconcile ¶
func (r *AcceleratorFunctionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles updates for AcceleratorFunction objects.
func (*AcceleratorFunctionReconciler) SetupWithManager ¶
func (r *AcceleratorFunctionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller.
type FpgaRegionReconciler ¶
type FpgaRegionReconciler struct { client.Client Scheme *runtime.Scheme PatcherManager *patcher.Manager }
FpgaRegionReconciler reconciles AcceleratorFunction objects.
func (*FpgaRegionReconciler) Reconcile ¶
func (r *FpgaRegionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles updates for FpgaRegion objects.
func (*FpgaRegionReconciler) SetupWithManager ¶
func (r *FpgaRegionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller.
Click to show internal directories.
Click to hide internal directories.