Home
last modified time | relevance | path

Searched refs:AllocsUpdated (Results 1 – 13 of 13) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dplan_apply.go223 req.AllocsUpdated = make([]*structs.Allocation, 0, len(result.NodeAllocation))
233 req.AllocsUpdated = append(req.AllocsUpdated, allocList...)
238 updateAllocTimestamps(req.AllocsUpdated, now)
H A Dplan_normalization_test.go52 AllocsUpdated: mockUpdatedAllocSlice,
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dplan_apply.go223 req.AllocsUpdated = make([]*structs.Allocation, 0, len(result.NodeAllocation))
233 req.AllocsUpdated = append(req.AllocsUpdated, allocList...)
238 updateAllocTimestamps(req.AllocsUpdated, now)
H A Dplan_normalization_test.go52 AllocsUpdated: mockUpdatedAllocSlice,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Dtesting.go133 req.AllocsUpdated = allocsUpdated
/dports/sysutils/nomad/nomad-1.1.0/scheduler/
H A Dtesting.go134 req.AllocsUpdated = allocsUpdated
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/state/
H A Dstate_store.go283 addComputedAllocAttrs(results.AllocsUpdated, results.Job)
284 numAllocs = len(allocsStopped) + len(results.AllocsUpdated) + len(allocsPreempted)
294 allocsToUpsert = append(allocsToUpsert, results.AllocsUpdated...)
H A Dstate_store_test.go195 AllocsUpdated: []*structs.Allocation{alloc},
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store.go374 addComputedAllocAttrs(results.AllocsUpdated, results.Job)
375 numAllocs = len(allocsStopped) + len(results.AllocsUpdated) + len(allocsPreempted)
385 allocsToUpsert = append(allocsToUpsert, results.AllocsUpdated...)
H A Dstate_store_test.go197 AllocsUpdated: []*structs.Allocation{alloc},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go732 AllocsUpdated []*Allocation member
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go892 AllocsUpdated []*Allocation member
H A Dstructs.generated.go64179 if x.AllocsUpdated == nil {
64192 r.EncodeStringEnc(codecSelferCcUTF8100, `AllocsUpdated`)
64195 if x.AllocsUpdated == nil {
64615 x.AllocUpdateRequest.AllocsUpdated = nil
64785 x.AllocUpdateRequest.AllocsUpdated = nil
64789 h.decSlicePtrtoAllocation((*[]*Allocation)(&x.AllocsUpdated), d)
65103 if x.AllocsUpdated == nil {
65116 r.EncodeStringEnc(codecSelferCcUTF8100, `AllocsUpdated`)
65119 if x.AllocsUpdated == nil {
65368 x.AllocsUpdated = nil
[all …]