Skip to content

Commit 293416b

Browse files
sslavicmhausenblas
authored andcommitted
cnat-kubebuilder: fix broken quickstart link (#11)
Signed-off-by: Stevo Slavić <[email protected]>
1 parent d95d8fd commit 293416b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cnat-kubebuilder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development
22

3-
Install [Kubebuilder](https://book.kubebuilder.io/quick_start.html) and then bootstrap the `At` operator as follows:
3+
Install [Kubebuilder](https://book.kubebuilder.io/quick-start.html) and then bootstrap the `At` operator as follows:
44

55
```bash
66
$ mkdir cnat-kubebuilder && cd $_
@@ -51,4 +51,4 @@ pod/example-at-pod 0/1 Completed 0 32s
5151
## Implement business logic
5252

5353
* In [at_types.go](pkg/apis/cnat/v1alpha1/at_types.go): we modify the `AtSpec` struct to include the respective fields such as `schedule` and `command`. Note that you must run `make` whenever you change something here in order to regenerate the controller code.
54-
* In [at_controller.go](pkg/controller/at/at_controller.go): we modify the `Reconcile(request reconcile.Request)` method to create a pod at the time defined in `Spec.Schedule`.
54+
* In [at_controller.go](pkg/controller/at/at_controller.go): we modify the `Reconcile(request reconcile.Request)` method to create a pod at the time defined in `Spec.Schedule`.

0 commit comments

Comments
 (0)