diff --git a/pkg/webhook/pod/webhook_utils.go b/pkg/webhook/pod/webhook_utils.go index 85f3bb913..405de17db 100644 --- a/pkg/webhook/pod/webhook_utils.go +++ b/pkg/webhook/pod/webhook_utils.go @@ -34,7 +34,7 @@ func (w *webhookClient) GetNamespaceLabels(ctx context.Context, client client.Cl return nsLabels, nil } -// Fetch all serviceexport objects belongig to the slice +// Fetch all serviceexport objects belonging to the slice func (w *webhookClient) GetAllServiceExports(ctx context.Context, c client.Client, slice string) (*v1beta1.ServiceExportList, error) { listOpts := []client.ListOption{