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 94c206b + 30717ac commit 28f670eCopy full SHA for 28f670e
docs/book/src/cronjob-tutorial/testdata/project/main.go
@@ -86,6 +86,7 @@ func main() {
86
if err = (&controllers.CronJobReconciler{
87
Client: mgr.GetClient(),
88
Log: ctrl.Log.WithName("controllers").WithName("Captain"),
89
+ Scheme: mgr.GetScheme(), // we've added this ourselves
90
}).SetupWithManager(mgr); err != nil {
91
setupLog.Error(err, "unable to create controller", "controller", "Captain")
92
os.Exit(1)
0 commit comments