Skip to content

Instantly share code, notes, and snippets.

@juanvallejo
Last active July 13, 2018 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanvallejo/b9ffe581d2e0520f985919398320a1d6 to your computer and use it in GitHub Desktop.
Save juanvallejo/b9ffe581d2e0520f985919398320a1d6 to your computer and use it in GitHub Desktop.
oc process - before and after for -o=jsonpath output modes between oc3.11 and https://github.com/openshift/origin/pull/20282
# ./oc3_11_master process -f test/templates/testdata/guestbook.json --local -l app=guestbook -o jsonpath="{ .items[*].apiVersion }"
route.openshift.io/v1 v1 v1 v1 v1 v1 v1
# ./oc3_11_updated process -f test/templates/testdata/guestbook.json --local -l app=guestbook -o jsonpath="{ .items[*].apiVersion }"
route.openshift.io/v1 v1 v1 v1 v1 v1 v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment