Home
last modified time | relevance | path

Searched refs:BatchNodeUpdateDrainRequestType (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/helper/raftutil/
H A Dmsgtypes.go36 structs.BatchNodeUpdateDrainRequestType: "BatchNodeUpdateDrainRequestType",
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Ddrainer_shims.go31 resp, index, err := d.s.raftApply(structs.BatchNodeUpdateDrainRequestType, args)
H A Dfsm.go248 case structs.BatchNodeUpdateDrainRequestType:
H A Dfsm_test.go343 buf, err = structs.Encode(structs.BatchNodeUpdateDrainRequestType, req2)
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Ddrainer_shims.go31 resp, index, err := d.s.raftApply(structs.BatchNodeUpdateDrainRequestType, args)
H A Dfsm.go268 case structs.BatchNodeUpdateDrainRequestType:
H A Dfsm_test.go372 buf, err = structs.Encode(structs.BatchNodeUpdateDrainRequestType, req2)
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Devents.go22 structs.BatchNodeUpdateDrainRequestType: structs.TypeNodeDrain,
H A Devents_test.go496 msgType := structs.BatchNodeUpdateDrainRequestType
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go85 BatchNodeUpdateDrainRequestType const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go82 BatchNodeUpdateDrainRequestType const
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go90 BatchNodeUpdateDrainRequestType MessageType = 29 const