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.
2 parents eabb3dd + 7262641 commit b3fcf22Copy full SHA for b3fcf22
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