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

# Functions

NewClientServerPair creates a pair of Nomad agents: 1 server, 1 client.
NewMixedAgent creates a new Nomad agent in mixed server+client mode but does not start the agent process until the Start() method is called.

# Constants

Conf enum is for configuring either a client, server, or mixed agent.

# Variables

BaseDir is where tests will store state and can be overridden by setting NOMAD_TEST_DIR.

# Structs

NomadAgent manages an external Nomad agent process.

# Type aliases