summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-07-19 11:15:30 -0700
committerGitHub <noreply@github.com>2018-07-19 11:15:30 -0700
commitd691a3b245ca098e86b2b8e2be7faad039506dc8 (patch)
treeed24a0468702110c4d1c5957e59d6b04176642db
parentb3e4916b6e03bd0d4532fbf97983d24346f90ef2 (diff)
parentdc0792215bfdb3468f5503f1d2a07c4c0f13d0aa (diff)
Merge pull request #2380 from huanwei/patch-1
Update generating-clientset.md
-rw-r--r--contributors/devel/generating-clientset.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/generating-clientset.md b/contributors/devel/generating-clientset.md
index 7a47aeb8..bf12e92c 100644
--- a/contributors/devel/generating-clientset.md
+++ b/contributors/devel/generating-clientset.md
@@ -1,6 +1,6 @@
# Generation and release cycle of clientset
-Client-gen is an automatic tool that generates [clientset](../design-proposals/api-machinery/client-package-structure.md#high-level-client-sets) based on API types. This doc introduces the use the client-gen, and the release cycle of the generated clientsets.
+Client-gen is an automatic tool that generates [clientset](../design-proposals/api-machinery/client-package-structure.md#high-level-client-sets) based on API types. This doc introduces the use of client-gen, and the release cycle of the generated clientsets.
## Using client-gen