Clarify the token webhook posts the TokenReview object

This commit is contained in:
Jordan Liggitt
2018-01-12 00:39:11 -05:00
parent c95d001f56
commit d41800c42a
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ contexts:
## Request Payloads
When faced with an authorization decision, the API Server POSTs a JSON
serialized api.authorization.v1beta1.SubjectAccessReview object describing the
When faced with an authorization decision, the API Server POSTs a JSON-
serialized `authorization.k8s.io/v1beta1` `SubjectAccessReview` object describing the
action. This object contains fields describing the user attempting to make the
request, and either details about the resource being accessed or requests
attributes.