Skip to content

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic committed Feb 28, 2024
1 parent 82ff032 commit e7a4b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/pod/webhook_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e7a4b44

Please sign in to comment.