package
0.1.10
Repository: https://github.com/netw-device-driver/ndd-core.git
Documentation: pkg.go.dev

# 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.

# Interfaces

A Hooks performs operations to deploy the device driver for the network node.
A Creds validates the validaty of various resources.

# Type aliases

ReconcilerOption is used to configure the Reconciler.