Home
last modified time | relevance | path

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

/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dui.go117 ott, _, err := client.ACLTokens().UpsertOneTimeToken(nil)
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dacl.go158 func (a *ACLTokens) UpsertOneTimeToken(q *WriteOptions) (*OneTimeToken, *WriteMeta, error) { func
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dacl.go158 func (a *ACLTokens) UpsertOneTimeToken(q *WriteOptions) (*OneTimeToken, *WriteMeta, error) { func
H A Dacl_test.go259 out2, wm, err := at.UpsertOneTimeToken(nil)
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dacl_endpoint.go281 func (s *HTTPServer) UpsertOneTimeToken(resp http.ResponseWriter, req *http.Request) (interface{}, … func
H A Dacl_endpoint_test.go481 obj, err := s.Server.UpsertOneTimeToken(respW, req)
H A Dhttp.go278 s.mux.HandleFunc("/v1/acl/token/onetime", s.wrap(s.UpsertOneTimeToken))
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dacl_endpoint.go843 func (a *ACL) UpsertOneTimeToken(args *structs.OneTimeTokenUpsertRequest, reply *structs.OneTimeTok… func
H A Dacl_endpoint_test.go1325 err = s1.fsm.State().UpsertOneTimeToken(structs.MsgTypeTestSetup, index, ott)
H A Dfsm.go1163 if err := n.state.UpsertOneTimeToken(msgType, index, &req); err != nil {
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store.go5411 func (s *StateStore) UpsertOneTimeToken(msgType structs.MessageType, index uint64, token *structs.O… func
H A Dstate_store_test.go8552 require.NoError(t, state.UpsertOneTimeToken(structs.MsgTypeTestSetup, index, ott))