summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbruceauyeung <ouyang.qinhua@zte.com.cn>2018-08-30 14:10:42 +0800
committerbruceauyeung <ouyang.qinhua@zte.com.cn>2018-08-30 14:10:42 +0800
commitf837e3505bca760746079579bbdbe7386600a396 (patch)
tree3e4e1891f3cd9eb20167086d79ac6660bfc7f65d
parent265a4667222b4e7c6e42a25e500698429e013cb3 (diff)
delete a duplicate word --associated
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
-rw-r--r--contributors/design-proposals/api-machinery/customresource-conversion-webhook.md2
1 files changed, 1 insertions, 1 deletions
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