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 cd973b3 commit 8928eb7Copy full SHA for 8928eb7
pkg/scaffold/cmd.go
@@ -67,9 +67,6 @@ func main() {
67
log.Fatalf("failed to get watch namespace: %v", err)
68
}
69
70
- // TODO: Expose metrics port after SDK uses controller-runtime's dynamic client
71
- // sdk.ExposeMetricsPort()
72
-
73
// Get a config to talk to the apiserver
74
cfg, err := config.GetConfig()
75
if err != nil {
pkg/scaffold/cmd_test.go
@@ -63,9 +63,6 @@ func main() {
63
64
65
66
0 commit comments