Trivial typo fix

s/Carabou/Caribou/ in the API access docs.
This commit is contained in:
Jim Rollenhagen
2017-05-22 18:04:31 -04:00
parent 4e28d9b8af
commit 1a1afdf162
+2 -2
View File
@@ -61,7 +61,7 @@ After the request is authenticated as coming from a specific user, the request m
A request must include the username of the requester, the requested action, and the object affected by the action. The request is authorized if an existing policy declares that the user has permissions to complete the requested action.
For example, if Bob has the policy below, then he can read pods only in the namespace `projectCarabou`:
For example, if Bob has the policy below, then he can read pods only in the namespace `projectCaribou`:
```json
{
@@ -83,7 +83,7 @@ If Bob makes the following request, the request is authorized because he is allo
"kind": "SubjectAccessReview",
"spec": {
"resourceAttributes": {
"namespace": "projectCarabou",
"namespace": "projectCaribou",
"verb": "get",
"group": "unicorn.example.org",
"resource": "pods"