package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# README

Nomad

The Nomad plugin deploys a Docker container to a Nomad cluster. It also launches on-demand runners to do operations remotely.

Components

  1. Platform
  2. TaskLauncher

Related Plugins

  1. Docker

Resources

  1. Nomad Job

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
newMonitor returns a new monitor.
No description provided by the author

# Variables

No description provided by the author
Options are the SDK options to use for instantiation for the Nomad plugin.

# Structs

AuthConfig maps the the Nomad Docker driver 'auth' config block and is used to set credentials for pulling images from the registry.
Config is the configuration structure for the Platform.
No description provided by the author
Platform is the Platform implementation for Nomad.
Resource contains the internal resource states.
No description provided by the author
No description provided by the author
This represents the state of the TaskLaunch implementation.
TaskLauncher implements the TaskLauncher plugin interface to support launching on-demand tasks for the Waypoint server.
TaskLauncherConfig is the configuration structure for the task plugin.