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

# Functions

DefaultConfig returns the default configuration.
TestClientConfig returns a default client configuration for test clients and a cleanup func to remove the state and alloc dirs when finished.

# Variables

A mapping of directories on the host OS to attempt to embed inside each task's chroot.
DefaultEnvBlacklist is the default set of environment variables that are filtered when passing the environment variables of the host to a task.
DefaultUserBlacklist is the default set of users that tasks are not allowed to run as when using a driver in "user.checked_drivers".
DefaultUserCheckedDrivers is the set of drivers we apply the user blacklist onto.

# Structs

Config is used to parameterize and configure the behavior of the client.

# Interfaces

RPCHandler can be provided to the Client if there is a local server to avoid going over the network.