From 635ad87059b76080b9c7f2960726eb751968f3c7 Mon Sep 17 00:00:00 2001 From: yank1 Date: Tue, 9 Jan 2018 17:17:30 +0800 Subject: [PATCH] Fix a typo in Common Features --- docs/concepts/api-extension/custom-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/api-extension/custom-resources.md b/docs/concepts/api-extension/custom-resources.md index 2122be6c0e..f758f53128 100644 --- a/docs/concepts/api-extension/custom-resources.md +++ b/docs/concepts/api-extension/custom-resources.md @@ -177,7 +177,7 @@ When you create a custom resource, either via a CRDs or an AA, you get many feat | merge-patch | The new endpoints support PATCH with `Content-Type: application/merge-patch+json` | | HTTPS | The new endpoints uses HTTPS | | Built-in Authentication | Access to the extension uses the core apiserver (aggregation layer) for authentication | -| Built-in Authorization | Access the the extension can reuse the authorization used by the core apiserver (e.g. RBAC) | +| Built-in Authorization | Access to the extension can reuse the authorization used by the core apiserver (e.g. RBAC) | | Finalizers | Block deletion of extension resources until external cleanup happens. | | Admission Webhooks | Set default values and validate extension resources during any create/update/delete operation. | | UI/CLI Display | Kubectl, dashboard can display extension resources. |