From f837e3505bca760746079579bbdbe7386600a396 Mon Sep 17 00:00:00 2001 From: bruceauyeung Date: Thu, 30 Aug 2018 14:10:42 +0800 Subject: delete a duplicate word --associated Signed-off-by: bruceauyeung --- .../design-proposals/api-machinery/customresource-conversion-webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md index 37054763..5a6eeb2d 100644 --- a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md +++ b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md @@ -29,7 +29,7 @@ No new resources are added; the [CRD resource](https://github.com/kubernetes/kub **Custom Resource**: In the context of this document, it refers to resources defined as Custom Resource Definition (in contrast with extension API server’s resources). -**CRD Package**: CRD definition, plus associated associated controller deployment, RBAC roles, etc, which is released by a developer who uses CRDs to create new APIs. +**CRD Package**: CRD definition, plus associated controller deployment, RBAC roles, etc, which is released by a developer who uses CRDs to create new APIs. ## Motivation -- cgit v1.2.3