Skip to content

Commit 20c915f

Browse files
committed
Changes from develop
1 parent 0bd215b commit 20c915f

File tree

1 file changed

+1
-0
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/TestUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ public static String getPodName(String searchExp, String namespace) throws Excep
10301030
cmd.append(
10311031
"kubectl get pod "
10321032
+ searchExp
1033+
+ " --sort-by=.metadata.creationTimestamp "
10331034
+ " -n "
10341035
+ namespace
10351036
+ " -o jsonpath=\"{.items[*].metadata.name}\"");

0 commit comments

Comments
 (0)