From 6243c88d7169e57f95d49525075f7f6881ca6103 Mon Sep 17 00:00:00 2001 From: Md Soharab Ansari Date: Mon, 26 Feb 2024 20:08:40 +0530 Subject: [PATCH] Fix the typo --- pkg/webhook/pod/webhook_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{