Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sloka <slokas@vmware.com>
  • Loading branch information
stevesloka committed Apr 7, 2021
1 parent 818a7e0 commit 210c825
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cmd/contour/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,18 +395,6 @@ func doServe(log logrus.FieldLogger, ctx *serveContext) error {
Logger: log.WithField("context", "dynamicHandler"),
}

//err = contour_api_v1.AddToScheme(mgr.GetScheme())
//if err != nil {
// log.Error(err, "unable to add Contour V1 API to scheme.")
// os.Exit(1)
//}
//
//err = contour_api_v1alpha1.AddToScheme(mgr.GetScheme())
//if err != nil {
// log.Error(err, "unable to add Contour Alpha1 API to scheme.")
// os.Exit(1)
//}

// Inform on DefaultResources by setting up each controller and registering the watch event
// with controller-runtime.

Expand Down

0 comments on commit 210c825

Please sign in to comment.