Home
last modified time | relevance | path

Searched refs:JobTypeCore (Results 1 – 20 of 20) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Djob_endpoint_hooks.go210 if job.Type == structs.JobTypeCore {
H A Dconfig.go385 c.EnabledSchedulers = append(c.EnabledSchedulers, structs.JobTypeCore)
H A Dworker.go258 if eval.Type == structs.JobTypeCore {
H A Dserver_test.go556 config.EnabledSchedulers = []string{"batch", structs.JobTypeCore, "foo"}
H A Dserver.go1317 if sched == structs.JobTypeCore {
1327 return fmt.Errorf("invalid configuration: %q scheduler not enabled", structs.JobTypeCore)
H A Dleader_test.go486 bySched, ok := stats.ByScheduler[structs.JobTypeCore]
H A Dleader.go494 Type: structs.JobTypeCore,
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Djob_endpoint_hooks.go206 if job.Type == structs.JobTypeCore {
H A Dconfig.go458 c.EnabledSchedulers = append(c.EnabledSchedulers, structs.JobTypeCore)
H A Dworker.go258 if eval.Type == structs.JobTypeCore {
H A Dserver_test.go548 config.EnabledSchedulers = []string{"batch", structs.JobTypeCore, "foo"}
H A Dleader.go757 Type: structs.JobTypeCore,
793 if eval.Type != structs.JobTypeCore {
H A Dserver.go1444 if sched == structs.JobTypeCore {
1454 return fmt.Errorf("invalid configuration: %q scheduler not enabled", structs.JobTypeCore)
H A Dleader_test.go499 bySched, ok := stats.ByScheduler[structs.JobTypeCore]
H A Dcore_sched_test.go2411 sched := []string{structs.JobTypeCore}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/
H A Dagent.go179 set[structs.JobTypeCore] = struct{}{}
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dagent.go217 set[structs.JobTypeCore] = struct{}{}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go2499 JobTypeCore = "_core" const
2733 case JobTypeCore, JobTypeService, JobTypeBatch, JobTypeSystem:
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go3248 JobTypeCore = "_core" const
3486 case JobTypeCore, JobTypeService, JobTypeBatch, JobTypeSystem:
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go3903 JobTypeCore = "_core" const
4168 case JobTypeCore, JobTypeService, JobTypeBatch, JobTypeSystem: