Skip to content

Commit 8c9e2e6

Browse files
authored
Merge pull request #103 from sherrman/add-to-required-namespaces
namespaces: client, node
2 parents b6899d8 + c3d1ee7 commit 8c9e2e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nomad/api/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ def _required_namespace(self, endpoint):
3636
"allocations",
3737
"deployment",
3838
"deployments",
39-
"acl"
39+
"acl",
40+
"client",
41+
"node"
4042
]
4143
# split 0 -> Api Version
4244
# split 1 -> Working Endpoint

0 commit comments

Comments
 (0)