diff: Fix overlapping filenames

The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
This commit is contained in:
Antoine Pelisse
2018-12-10 15:46:03 -08:00
parent 0914272a42
commit b6135f63aa
7 changed files with 62 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ runTests() {
# Kubectl diff #
################
record_command run_kubectl_diff_tests
record_command run_kubectl_diff_same_names
###############
# Kubectl get #