Crate rs_nomad

Source
Expand description

nomad

This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)

Re-exports§

pub use types::*;

Modules§

types
The strongly typed data structures representing canonical nomad objects.

Structs§

Config
The config necessary to create a new nomad client.
Nomad
This struct defines the nomad client and allows access to the nomad api via method syntax.

Enums§

Function
The functions supported by the consul client.
HttpMethod
The HTTP methods supported by the consul API.
NomadError
The error type returned from all calls into this this crate.