Skip to content

Commit

Permalink
remove remaining xDS resource v2 server and related converters (#3119)
Browse files Browse the repository at this point in the history
Updates #1898

Signed-off-by: Steve Sloka <slokas@vmware.com>
  • Loading branch information
stevesloka authored Nov 13, 2020
1 parent 96f9562 commit 35e2013
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 15,258 deletions.
4 changes: 2 additions & 2 deletions cmd/contour/shutdownmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"os"
"time"

xdscache_v2 "github.com/projectcontour/contour/internal/xdscache/v2"
xdscache_v3 "github.com/projectcontour/contour/internal/xdscache/v3"
"github.com/prometheus/common/expfmt"
"github.com/sirupsen/logrus"
"gopkg.in/alecthomas/kingpin.v2"
Expand All @@ -40,7 +40,7 @@ const shutdownReadyFile = "/ok"
const shutdownReadyCheckInterval = time.Second * 1

func prometheusLabels() []string {
return []string{xdscache_v2.ENVOY_HTTP_LISTENER, xdscache_v2.ENVOY_HTTPS_LISTENER}
return []string{xdscache_v3.ENVOY_HTTP_LISTENER, xdscache_v3.ENVOY_HTTPS_LISTENER}
}

type shutdownmanagerContext struct {
Expand Down
70 changes: 0 additions & 70 deletions internal/envoy/v2/accesslog.go

This file was deleted.

115 changes: 0 additions & 115 deletions internal/envoy/v2/accesslog_test.go

This file was deleted.

110 changes: 0 additions & 110 deletions internal/envoy/v2/auth.go

This file was deleted.

Loading

0 comments on commit 35e2013

Please sign in to comment.