We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5500a commit 18091bfCopy full SHA for 18091bf
README.md
@@ -153,7 +153,7 @@ directory of your project.
153
154
> Since different Kubernetes versions have different APIs, the constructs for
155
Kubernetes objects are not included in the cdk8s library but actually generated
156
-on-demand using `cdk8s import`. Your new project already generates objects for
+on-demand using `cdk8s generate`. Your new project already generates objects for
157
Kubernetes 1.14, and you should be able to find them under the `.gen` directory.
158
159
Let's use these constructs to define a simple Kubernetes application that
0 commit comments