We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f07ffe commit c3d1ee7Copy full SHA for c3d1ee7
1 file changed
nomad/api/base.py
@@ -36,7 +36,9 @@ def _required_namespace(self, endpoint):
36
"allocations",
37
"deployment",
38
"deployments",
39
- "acl"
+ "acl",
40
+ "client",
41
+ "node"
42
]
43
# split 0 -> Api Version
44
# split 1 -> Working Endpoint
0 commit comments