Added patch (#23206)

This commit is contained in:
divyaac
2023-09-20 18:25:21 -07:00
committed by GitHub
parent 6bbdda762d
commit 6ef2a60314
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ millions of leases in an automated way, it is recommended to space out the creat
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable` parameter cannot be set to
the same quota will be cumulatively applied to all child namespace. The `inheritable` parameter cannot be set to
`true` if the `path` does not specify a namespace. Only the quotas associated
with the root namespace are inheritable by default.

View File

@@ -45,7 +45,7 @@ the mount to restrict more specific API paths.
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable`
the same quota will be cumulatively applied to all child namespace. The `inheritable`
parameter cannot be set to `true` if the `path` does not specify a namespace. Only quotas
associated with the root namespace quotas are inheritable by default.