Skip to content

Commit 27f8ddb

Browse files
kishoregvmhausenblas
authored andcommitted
fix broken link in operator sdk readme (#14)
* Update README.md Fix links controller and types * Update README.md Fix links controller and types
1 parent 1e53552 commit 27f8ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cnat-operator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ pod/example-at-pod 0/1 CrashLoopBackOff 2 34s
3939

4040
## Implement business logic
4141

42-
* 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` and use `operator-sdk generate k8s` to regenerate code (and `operator-sdk generate openapi` for the OpenAPI bits).
43-
* 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`.
42+
* In [at_types.go](/cnat-operator/pkg/apis/cnat/v1alpha1/at_types.go): we modify the `AtSpec` struct to include the respective fields such as `schedule` and `command` and use `operator-sdk generate k8s` to regenerate code (and `operator-sdk generate openapi` for the OpenAPI bits).
43+
* In [at_controller.go](/cnat-operator/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)