diff --git a/e2e/pod.go b/e2e/pod.go index 5307781ed..a8242bd6a 100644 --- a/e2e/pod.go +++ b/e2e/pod.go @@ -374,6 +374,7 @@ func deletePod(name, ns string, c kubernetes.Interface, t int) error { }) } +// nolint:unparam // currently skipNotFound is always false, this can change in the future func deletePodWithLabel(label, ns string, skipNotFound bool) error { err := retryKubectlArgs( ns,