Skip to content

Commit 18091bf

Browse files
author
Elad Ben-Israel
authored
chore: rename "cdk8s import" to "cdk8s generate"
1 parent 9c5500a commit 18091bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ directory of your project.
153153

154154
> Since different Kubernetes versions have different APIs, the constructs for
155155
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
156+
on-demand using `cdk8s generate`. Your new project already generates objects for
157157
Kubernetes 1.14, and you should be able to find them under the `.gen` directory.
158158

159159
Let's use these constructs to define a simple Kubernetes application that

0 commit comments

Comments
 (0)