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 04c2341 + dcb5e8b commit dcf0812Copy full SHA for dcf0812
cmd/main.go
@@ -166,13 +166,10 @@ After the scaffold is written, api will run make on the project.
166
kubebuilder create api --group ship --version v1beta1 --kind Frigate
167
168
# Edit the API Scheme
169
- nano pkg/apis/ship/v1beta1/frigate_types.go
+ nano api/v1beta1/frigate_types.go
170
171
# Edit the Controller
172
- nano pkg/controller/frigate/frigate_controller.go
173
-
174
- # Edit the Controller Test
175
- nano pkg/controller/frigate/frigate_controller_test.go
+ nano controllers/frigate_controller.go
176
177
# Install CRDs into the Kubernetes cluster using kubectl apply
178
make install
0 commit comments