We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bdfd commit d32d2afCopy full SHA for d32d2af
pkg/image/admission/imagequalify/unqualified-images.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+get_pod_names() {
4
+ echo $(oc get pods --all-namespaces --jsonpath='{range .items[*]}[{.metadata.name},{.status.capacity}] {end}{"\n"}')
5
+}
6
7
+echo $(getpods)
0 commit comments