Commit 883b0388 authored by Rami Berman's avatar Rami Berman
Browse files

Update utils.go, tapClusterResourceManagement.go, and utils.go

parent 19eb6133
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -82,4 +82,4 @@ func IsSocketErrorBrokenPipe(err error) bool {
}
}
return false
}
\ No newline at end of file
}
......@@ -252,4 +252,4 @@ func cleanUpNonRestrictedMode(ctx context.Context, cancel context.CancelFunc, ku
}
return leftoverResources
}
\ No newline at end of file
}
......@@ -64,4 +64,4 @@ func GetPodInfosForPods(pods []core.Pod) []shared.PodInfo {
podInfos = append(podInfos, shared.PodInfo{Name: pod.Name, Namespace: pod.Namespace})
}
return podInfos
}
\ No newline at end of file
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment