Home
last modified time | relevance | path

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

/dports/sysutils/nomad/nomad-1.1.0/helper/raftutil/
H A Dmsgtypes.go10 structs.NodeUpdateDrainRequestType: "NodeUpdateDrainRequestType",
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Devents.go21 structs.NodeUpdateDrainRequestType: structs.TypeNodeDrain,
H A Devents_test.go939 changes := Changes{Changes: tx.Changes(), Index: 100, MsgType: structs.NodeUpdateDrainRequestType}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dfsm_test.go387 buf, err = structs.Encode(structs.NodeUpdateDrainRequestType, req2)
417 buf, err := structs.Encode(structs.NodeUpdateDrainRequestType, req)
487 buf, err = structs.Encode(structs.NodeUpdateDrainRequestType, req3)
H A Dnode_endpoint.go569 _, index, err := n.srv.raftApply(structs.NodeUpdateDrainRequestType, args)
H A Dfsm.go196 case structs.NodeUpdateDrainRequestType:
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dnode_endpoint.go579 _, index, err := n.srv.raftApply(structs.NodeUpdateDrainRequestType, args)
H A Dfsm_test.go415 buf, err = structs.Encode(structs.NodeUpdateDrainRequestType, req2)
479 buf, err = structs.Encode(structs.NodeUpdateDrainRequestType, req3)
H A Dfsm.go216 case structs.NodeUpdateDrainRequestType:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go59 NodeUpdateDrainRequestType const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go56 NodeUpdateDrainRequestType const
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go64 NodeUpdateDrainRequestType MessageType = 3 const