# Functions
GetAbsolutePath returns the absolute path of the passed binary by resolving it in the path and following symlinks.
No description provided by the author
PluginLoader maps pre-0.9 client driver options to post-0.9 plugin options.
# Variables
PluginConfig is the rawexec factory function registered in the plugin catalog.
PluginID is the rawexec plugin metadata registered in the plugin catalog.
# Structs
Config is the client configuration for the driver.
Driver is a driver for running images via Rkt We attempt to chose sane defaults for now, with more configuration available planned in the future.
A type and some structure to represent rkt's view of a *runtime* network instance.
Pod is the pod object, as defined in https://github.com/rkt/rkt/blob/03285a7db960311faf887452538b2b8ae4304488/api/v1/json.go#L68-L88.
TaskConfig is the driver configuration of a taskConfig within a job.
TaskState is the state which is encoded in the handle returned in StartTask.