add --raw for kubectl get

This commit is contained in:
deads2k
2016-08-11 08:52:12 -04:00
parent aedeccda95
commit 1ed263e0e5
2 changed files with 32 additions and 0 deletions

View File

@@ -393,6 +393,8 @@ runTests() {
rm "${RESTMAPPER_ERROR_FILE}"
# Post-condition: None
kubectl get "${kube_flags[@]}" --raw /version
###########################
# POD creation / deletion #
###########################