Skip to content

Commit 7262641

Browse files
committed
Fixed a minor issue in the directory structure shown in examples of kubebuilder create api --help command
Issue Addressed: #956
1 parent eabb3dd commit 7262641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ After the scaffold is written, api will run make on the project.
126126
kubebuilder create api --group ship --version v1beta1 --kind Frigate
127127
128128
# Edit the API Scheme
129-
nano api/ship/v1beta1/frigate_types.go
129+
nano api/v1beta1/frigate_types.go
130130
131131
# Edit the Controller
132132
nano controllers/frigate/frigate_controller.go

0 commit comments

Comments
 (0)