# Functions
NewPDeviceDriverHooks creates a new DeviceDriverHooks.
No description provided by the author
NewNopHooks creates a hook that does nothing.
NewReconciler creates a new package revision reconciler.
Setup adds a controller that reconciles the Lock.
WithHooks specifies how the Reconciler should deploy a device driver.
WithLogger specifies how the Reconciler should log messages.
WithNewNetworkNodeFn determines the type of network node being reconciled.
WithRecorder specifies how the Reconciler should record Kubernetes events.
WithValidator specifies how the Reconciler should perform object validation.
# Structs
Credentials holds the information for authenticating with the Server.
DeviceDriverHooks performs operations to deploy the device driver.
No description provided by the author
No description provided by the author
NopHooks performs no operations.
Reconciler reconciles packages.
# Type aliases
ReconcilerOption is used to configure the Reconciler.