# Packages
No description provided by the author
# Functions
Commands returns the mapping of CLI commands for Nomad.
DataFormat returns the data formatter specified format.
No description provided by the author
NamespacePredictor returns a namespace predictor that can optionally filter specific namespaces.
NewLineLimitReader takes the ReadCloser to wrap, the number of lines to find searching backwards in the first searchLimit bytes.
QuotaPredictor returns a quota predictor.
# Constants
DefaultHclQuotaInitName is the default name we use when initializing the example quota file in HCL format.
DefaultInitName is the default name we use when initializing the example file.
DefaultHclQuotaInitName is the default name we use when initializing the example quota file in JSON format.
EnvNomadCLINoColor is an env var that toggles colored UI output.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeprecatedCommand is a command that wraps an existing command and prints a deprecation notice and points the user to the new command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JobInitCommand generates a new job template that you can customize to your liking, like vagrant init.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LineLimitReader wraps another reader and provides `tail -n` like behavior.
Meta contains the meta-options and functionality that nearly every Nomad command inherits.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OperatorKeygenCommand is a Command implementation that generates an encryption key for use in `nomad agent`.
OperatorKeyringCommand is a Command implementation that handles querying, installing, and removing gossip encryption keys from a keyring.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QuotaInitCommand generates a new quota spec that you can customize to your liking, like vagrant init.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VersionCommand is a Command implementation prints the version.
# Interfaces
DataFormatter is a transformer of the data.
NamedCommand is a interface to denote a commmand's name.
# Type aliases
ApiClientFactory is the signature of a API client factory.
FlagSetFlags is an enum to define what flags are present in the default FlagSet returned by Meta.FlagSet.