mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
review feedback
This commit is contained in:
@@ -91,7 +91,8 @@ The table below shows this endpoint's support for
|
||||
|
||||
### Parameters
|
||||
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to query.
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to query
|
||||
where the identifier is the quota's name.
|
||||
|
||||
### Sample Request
|
||||
|
||||
@@ -199,7 +200,8 @@ The table below shows this endpoint's support for
|
||||
|
||||
### Parameters
|
||||
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to delete.
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to delete
|
||||
where the identifier is the quota's name.
|
||||
|
||||
### Sample Request
|
||||
|
||||
@@ -285,7 +287,8 @@ The table below shows this endpoint's support for
|
||||
|
||||
### Parameters
|
||||
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to query.
|
||||
- `:quota` `(string: <required>)`- Specifies the quota specification to query
|
||||
where the identifier is the quota's name.
|
||||
|
||||
### Sample Request
|
||||
|
||||
|
||||
@@ -181,6 +181,10 @@ quota {
|
||||
}
|
||||
```
|
||||
|
||||
Creating or modifying quotas should typically be guarded by ACLs such that users
|
||||
can not bypass enforcement by simply increasing or removing the quota
|
||||
specification.
|
||||
|
||||
## Resource Limits
|
||||
|
||||
When specifying resource limits the following enforcement behaviors are defined:
|
||||
|
||||
Reference in New Issue
Block a user