Skip to content

Commit 54b5de5

Browse files
committed
Reword a comment about not validating GatewayClass
1 parent f130a9d commit 54b5de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/manager/manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ func Start(cfg config.Config) error {
7272
objectType: &gatewayv1beta1.GatewayClass{},
7373
options: []controllerOption{
7474
withNamespacedNameFilter(filter.CreateFilterForGatewayClass(cfg.GatewayClassName)),
75-
// not adding Webhook validator because there is no validation.ValidateGatewayClass
75+
// as of v0.6.0, the Gateway API Webhook doesn't include a validation function
76+
// for the GatewayClass resource
7677
},
7778
},
7879
{

0 commit comments

Comments
 (0)