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 f130a9d commit 54b5de5Copy full SHA for 54b5de5
internal/manager/manager.go
@@ -72,7 +72,8 @@ func Start(cfg config.Config) error {
72
objectType: &gatewayv1beta1.GatewayClass{},
73
options: []controllerOption{
74
withNamespacedNameFilter(filter.CreateFilterForGatewayClass(cfg.GatewayClassName)),
75
- // not adding Webhook validator because there is no validation.ValidateGatewayClass
+ // as of v0.6.0, the Gateway API Webhook doesn't include a validation function
76
+ // for the GatewayClass resource
77
},
78
79
{
0 commit comments