Documentation ¶
Index ¶
Constants ¶
View Source
const ( MonitoringEvaluation = "monitoring_evaluation" EvaluationComplete = "evaluation_complete" MonitoringDeployment = "monitoring_deployment" DeploymentSuccessful = "deployment_successful" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HCL2JobParserConfig ¶ added in v1.4.12
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
Source Files ¶
- data_source_acl_policies.go
- data_source_acl_policy.go
- data_source_acl_role.go
- data_source_acl_roles.go
- data_source_acl_token.go
- data_source_acl_tokens.go
- data_source_datacenters.go
- data_source_deployments.go
- data_source_job_parser.go
- data_source_namespace.go
- data_source_namespaces.go
- data_source_plugins.go
- data_source_regions.go
- data_source_scaling_policies.go
- data_source_scaling_policy.go
- data_source_scheduler_config.go
- data_source_volumes.go
- datasource_nomad_job.go
- datasource_nomad_plugin.go
- provider.go
- resource_acl_auth_method.go
- resource_acl_binding_rule.go
- resource_acl_policy.go
- resource_acl_role.go
- resource_acl_token.go
- resource_external_volume.go
- resource_job.go
- resource_namespace.go
- resource_quota_specification.go
- resource_scheduler_config.go
- resource_sentinel_policy.go
- resource_volume.go
Click to show internal directories.
Click to hide internal directories.