We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a30772 commit e6d57f1Copy full SHA for e6d57f1
internal/state/graph/gateway_listener.go
@@ -100,6 +100,7 @@ func newListenerConfiguratorFactory(
100
},
101
https: &listenerConfigurator{
102
validators: []listenerValidator{
103
+ validateListenerAllowedRouteKind,
104
validateListenerLabelSelector,
105
validateListenerHostname,
106
createHTTPSListenerValidator(),
0 commit comments