kubectl: remove unreachable code
This code cannot be reached and causes some external linters to fail.
This commit is contained in:
@@ -298,7 +298,6 @@ func waitForDelete(ctx context.Context, pods []corev1.Pod, interval, timeout tim
|
||||
default:
|
||||
return false, nil
|
||||
}
|
||||
return false, nil
|
||||
}
|
||||
return true, nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user