types

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NomadConfig added in v0.4.2

type NomadConfig struct {
	TLSEnabled    bool
	Address       string
	ACLToken      string
	TLSCA         string
	TLSCert       string
	TLSPrivateKey string
	TLSSkipVerify bool
}

type ProviderConfig

type ProviderConfig struct {
	Vault             VaultConfig
	Datacenter        string
	ConsulAddress     string
	ConsulDNSEnabled  bool
	CPUArchConstraint string
}

type VaultConfig added in v0.4.0

type VaultConfig struct {
	Addr             string `json:"Addr"`
	Enabled          bool   `json:"Enabled"`
	TLSSkipVerify    bool
	DefaultPolicy    string
	SecretPathPrefix string
	AppRoleID        string
	AppSecretID      string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL