Skip to content

Commit

Permalink
rerun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFenlon committed Sep 5, 2024
1 parent 9c3c571 commit ef79024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/configuration/validation/globalconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (gcv *GlobalConfigurationValidator) getValidListeners(listeners []conf_v1.L

listenerNames := sets.Set[string]{}
ipv4PortProtocolCombinations := make(map[string]map[int]string) // map[IP]map[Port]Protocol
ipv6PortProtocolCombinations := make(map[string]map[int]string) // map[IP]map[Port]Protocol
ipv6PortProtocolCombinations := make(map[string]map[int]string)
var validListeners []conf_v1.Listener

for i, l := range listeners {
Expand Down

0 comments on commit ef79024

Please sign in to comment.