fix wildcard in authorization

reviewable/pr3494/r2^2
xilabao 2017-04-24 11:13:47 +08:00 committed by Andrew Chen
parent c43bfac582
commit 06aed032d2
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ properties:
- Ex: `/version` or `/apis`
- Wildcard:
- `*` matches all non-resource requests.
- `/foo/*` matches `/foo/` and all of its subpaths.
- `/foo/*` matches all subpaths of `/foo/`.
- `readonly`, type boolean, when true, means that the policy only applies to get, list, and watch operations.
**NOTES:** An unset property is the same as a property set to the zero value for its type