From b2b09e67bf0e76e22c804f9f662ef62a6b46bd02 Mon Sep 17 00:00:00 2001 From: blakebarnett Date: Fri, 27 Jan 2017 13:34:36 -0800 Subject: [PATCH] typo: loser -> looser --- 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 45affd5d15..d398bba2c8 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -516,7 +516,7 @@ request, and either details about the resource being accessed or requests attributes. Note that webhook API objects are subject to the same [versioning compatibility rules](/docs/api/) -as other Kubernetes API objects. Implementers should be aware of loser +as other Kubernetes API objects. Implementers should be aware of looser compatibility promises for beta objects and check the "apiVersion" field of the request to ensure correct deserialization. Additionally, the API Server must enable the `authorization.k8s.io/v1beta1` API extensions group (`--runtime-config=authorization.k8s.io/v1beta1=true`).