Add missing verbs: patch, proxy, and redirect.

This commit is contained in:
Jimmy Cuadra
2016-08-05 00:39:48 -07:00
parent ad328a9f2c
commit c8135c39a7
+1 -1
View File
@@ -44,7 +44,7 @@ A request has the following attributes that can be considered for authorization:
- the request path.
- allows authorizing access to miscellaneous non-resource endpoints like `/api` or `/healthz` (see [kubectl](#kubectl)).
- the request verb.
- API verbs `get`, `list`, `create`, `update`, `watch`, `delete`, and `deletecollection` are used for resource requests
- API verbs `get`, `list`, `create`, `update`, `patch`, `watch`, `proxy`, `redirect`, `delete`, and `deletecollection` are used for resource requests
- HTTP verbs `get`, `post`, `put`, and `delete` are used for non-resource requests
- what resource is being accessed (for resource requests only)
- what subresource is being accessed (for resource requests only)