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 f15ca68 + 17f2e51 commit 331d228Copy full SHA for 331d228
pkg/scaffold/controller/controller.go
@@ -143,7 +143,6 @@ import (
143
144
// Add creates a new {{ .Resource.Kind }} Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller
145
// and Start it when the Manager is Started.
146
-// USER ACTION REQUIRED: update cmd/manager/main.go to call this {{ .Resource.Group}}.Add(mgr) to install this Controller
147
func Add(mgr manager.Manager) error {
148
return add(mgr, newReconciler(mgr))
149
}
0 commit comments