We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06efb3 commit 1b0802bCopy full SHA for 1b0802b
site/content/docs/design/initial.md
@@ -24,7 +24,8 @@ Kubernetes "clusters" where each "node" is a Docker container.
24
`kind` is targeted at testing Kubernetes.
25
26
`kind` is divided into go packages implementing most of the functionality, a
27
-command line for users, and a "node" base image. The intent is that the `kind` suite of packages should eventually be importable and reusable by other
+command line for users, and a "node" base image. The intent is that the `kind`
28
+suite of packages should eventually be importable and reusable by other
29
tools (e.g. [kubetest][kubetest])
30
while the CLI provides a quick way to use and debug these packages.
31
0 commit comments