Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Feb 24, 2021
1 parent 629547a commit 8887ab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agent/xds/version_compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ func convertHttpFilterToV2(pbuf *proto.Buffer, filter *envoy_http_v3.HttpFilter)

// Responses
func convertTypedConfigsToV2(pbuf *proto.Buffer, pb proto.Message) error {
// TODO: api/resource version downgrades
// TODO: config sources and xDS things
switch x := pb.(type) {
case *envoy_api_v2.DiscoveryResponse:
if err := convertTypeUrlsToV2(&x.TypeUrl); err != nil {
Expand Down

0 comments on commit 8887ab8

Please sign in to comment.