Fix Typo - "SubjectAccessReviewStatus" -> "status"

- "SubjectAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authorization passed or failed.
- For consistency highlight spec better using back ticks
This commit is contained in:
Davanum Srinivas
2017-07-27 10:58:03 -04:00
committed by Jared
parent be76c4bca7
commit 41ad364646
+2 -2
View File
@@ -86,9 +86,9 @@ An example request body:
}
```
The remote service is expected to fill the SubjectAccessReviewStatus field of
The remote service is expected to fill the `status` field of
the request and respond to either allow or disallow access. The response body's
"spec" field is ignored and may be omitted. A permissive response would return:
`spec` field is ignored and may be omitted. A permissive response would return:
```json
{