Update "readonly" in abac

pull/4637/merge
Charlie R.C 2017-07-13 21:51:42 -05:00 committed by Andrew Chen
parent 414f61b2ea
commit 8a31c8ad56
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ properties:
- Wildcard:
- `*` matches all non-resource requests.
- `/foo/*` matches all subpaths of `/foo/`.
- `readonly`, type boolean, when true, means that the policy only applies to get, list, and watch operations.
- `readonly`, type boolean, when true, means that the Resource-matching policy only applies to get, list, and watch operations, Non-resource-matching policy only applies to get operation.
**NOTES:** An unset property is the same as a property set to the zero value for its type
(e.g. empty string, 0, false). However, unset should be preferred for