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.
305305
306306#### Setting Manager to Watching Resources
307307
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.
309309When a resource that the controller is interested in changes, the Watch triggers the controller's
310310reconciliation loop, ensuring that the actual state of the resource matches the desired state
311311as defined in the controller's logic.
@@ -427,7 +427,6 @@ implemented for your controller.
427427[group-kind-oh-my]: ./cronjob-tutorial/gvks.md
428428[controller-gen]: ./reference/controller-gen.md
429429[markers]: ./reference/markers.md
430- [watches]: ./reference/watching-resources.md
431430[rbac-markers]: ./reference/markers/rbac.md
432431[k8s-rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
433432[manager]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager
@@ -438,4 +437,3 @@ implemented for your controller.
438437[deploy-image]: ./plugins/deploy-image-plugin-v1-alpha.md
439438[GOPATH-golang-docs]: https://golang.org/doc/code.html#GOPATH
440439[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