From c8135c39a71a0ed2a0bae9addbe45a3626118682 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 5 Aug 2016 00:39:48 -0700 Subject: [PATCH] Add missing verbs: patch, proxy, and redirect. --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index a115bfeb8a..d8a676ec60 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -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)