Added controller and autoscaler into this extension #27
Annotations
2 errors and 1 warning
cmd/controller/main.go#L1
Please run goimports.
diff --git a/cmd/controller/main.go b/cmd/controller/main.go
index 56568d2..8e03000 100644
--- a/cmd/controller/main.go
+++ b/cmd/controller/main.go
@@ -19,6 +19,7 @@ package main
import (
// The set of controllers this controller process runs.
"flag"
+
certificate "knative.dev/networking/pkg/certificates/reconciler"
"knative.dev/pkg/reconciler"
"knative.dev/pkg/signals"
|
|
|
The logs for this run have expired and are no longer available.
Loading