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.
1 parent d388234 commit f3de7e0Copy full SHA for f3de7e0
cmd/agent-sandbox-controller/main.go
@@ -92,8 +92,8 @@ func main() {
92
}
93
94
if err = (&controllers.SandboxReconciler{
95
- Client: mgr.GetClient(),
96
- Scheme: mgr.GetScheme(),
+ Client: mgr.GetClient(),
+ Scheme: mgr.GetScheme(),
97
SandboxCreationLatency: sandboxCreationLatency,
98
}).SetupWithManager(mgr); err != nil {
99
setupLog.Error(err, "unable to create controller", "controller", "Sandbox")
0 commit comments