Skip to content

Commit

Permalink
gateway-api: now function GatewayAPI also supports TLSRoute
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander authored and dylandreimerink committed Jun 9, 2023
1 parent 13f146e commit 001d28e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/pkg/model/ingestion/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type Input struct {
}

// GatewayAPI translates Gateway API resources into a model.
// The current implementation only supports HTTPRoute.
// TODO(tam): Support GatewayClass
func GatewayAPI(input Input) ([]model.HTTPListener, []model.TLSListener) {
var resHTTP []model.HTTPListener
Expand Down

0 comments on commit 001d28e

Please sign in to comment.