File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ by the users.
305
305
306
306
#### Setting Manager to Watching Resources
307
307
308
- The whole idea is to be [ Watching][watching-resources] the resources that matter for the controller.
308
+ The whole idea is to be Watching the resources that matter for the controller.
309
309
When a resource that the controller is interested in changes, the Watch triggers the controller's
310
310
reconciliation loop, ensuring that the actual state of the resource matches the desired state
311
311
as defined in the controller's logic.
@@ -427,7 +427,6 @@ implemented for your controller.
427
427
[group-kind-oh-my]: ./cronjob-tutorial/gvks.md
428
428
[controller-gen]: ./reference/controller-gen.md
429
429
[markers]: ./reference/markers.md
430
- [watches]: ./reference/watching-resources.md
431
430
[rbac-markers]: ./reference/markers/rbac.md
432
431
[k8s-rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
433
432
[manager]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager
@@ -438,4 +437,3 @@ implemented for your controller.
438
437
[deploy-image]: ./plugins/deploy-image-plugin-v1-alpha.md
439
438
[GOPATH-golang-docs]: https://golang.org/doc/code.html#GOPATH
440
439
[go-modules-blogpost]: https://blog.golang.org/using-go-modules
441
- [watching-resources]: ./reference/watching-resources
You can’t perform that action at this time.
0 commit comments