Fix get with List

This commit is contained in:
Janet Kuo
2015-09-30 18:07:03 -07:00
parent b1461be2e4
commit 1f35cf2e5b
3 changed files with 45 additions and 17 deletions

View File

@@ -763,8 +763,7 @@ __EOF__
kube::test::get_object_assert rc "{{range.items}}{{$id_field}}:{{end}}" 'mock:'
# Command
# kubectl create -f $file "${kube_flags[@]}" # test fails here now
# TODO: test get when PR "Fix get with List #14888" is merged
# kubectl get -f $file "${kube_flags[@]}"
kubectl get -f $file "${kube_flags[@]}"
kubectl describe -f $file "${kube_flags[@]}"
# Command
# TODO: remove --validate=false when PR "Add validate support for list kind #14726" is merged