nomad

package
v1.4.20 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: MPL-2.0 Imports: 24 Imported by: 2

Documentation

Index

Constants

View Source
const (
	MonitoringEvaluation = "monitoring_evaluation"
	EvaluationComplete   = "evaluation_complete"
	MonitoringDeployment = "monitoring_deployment"
	DeploymentSuccessful = "deployment_successful"
)

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Types

type HCL2JobParserConfig added in v1.4.12

type HCL2JobParserConfig struct {
	Enabled bool
	AllowFS bool
	Vars    map[string]string
}

HCL2JobParserConfig stores configuration options for the HCL2 jobspec parser.

type JSONJobParserConfig added in v1.4.12

type JSONJobParserConfig struct {
	Enabled bool
}

JSONJobParserConfig stores configuration options for the JSON jobspec parser.

type JobParserConfig added in v1.4.12

type JobParserConfig struct {
	JSON JSONJobParserConfig
	HCL2 HCL2JobParserConfig
}

JobParserConfig stores configuration options for how to parse the jobspec.

type ProviderConfig added in v1.2.0

type ProviderConfig struct {
	// contains filtered or unexported fields
}

type ResourceFieldGetter added in v1.4.12

type ResourceFieldGetter interface {
	Get(string) interface{}
}

ResourceFieldGetter are able to retrieve field values. Examples: *schema.ResourceData and *schema.ResourceDiff

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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