package
0.12.12
Repository: https://github.com/hashicorp/nomad.git
Documentation: pkg.go.dev

# Packages

# Functions

New returns a new driver manager.

# Variables

ErrDriverNotFound is returned during Dispense when the requested driver plugin is not found in the plugin catalog.

# Structs

Config is used to configure a driver manager.

# Interfaces

Manager is the interface used to manage driver plugins.
StateStorage is used to persist the driver managers state across agent restarts.

# Type aliases

EventHandler is a callback to be called for a task.
FetchPluginReattachFn is used to retrieve the stored plugin reattachment configuration.
StorePluginReattachFn is used to store plugin reattachment configurations.
TaskEventHandlerFactory returns an event handler for a given allocID/task name.
TaskExecHandler is function to be called for executing commands in a task.
UpdateNodeDriverInfoFn is the callback used to update the node from fingerprinting.