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 eabb3dd commit 7262641Copy full SHA for 7262641
cmd/api.go
@@ -126,7 +126,7 @@ After the scaffold is written, api will run make on the project.
126
kubebuilder create api --group ship --version v1beta1 --kind Frigate
127
128
# Edit the API Scheme
129
- nano api/ship/v1beta1/frigate_types.go
+ nano api/v1beta1/frigate_types.go
130
131
# Edit the Controller
132
nano controllers/frigate/frigate_controller.go
0 commit comments