mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
@@ -62,7 +62,7 @@ func IsRunningInNode(ctx context.Context, namespace string, nodeName string, pod
|
||||
}
|
||||
|
||||
for _, pod := range pods.Items {
|
||||
if kube.IsPodRunning(&pod) != nil {
|
||||
if kube.IsPodRunning(&pod) != nil { //nolint
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user