Patchtransformers - drop copied code, improve deletion handling.

This commit is contained in:
jregan
2020-11-29 16:09:32 -08:00
parent c9ab1270fa
commit 4a55a07c14
12 changed files with 654 additions and 205 deletions

View File

@@ -1107,7 +1107,7 @@ func TestMultiplePatchesWithConflict(t *testing.T) {
errorMsg: "conflict",
},
{
name: "withschema-latest-label-1.7.9",
name: "withschema-latest-label-1.7.9-difforder",
base: baseResource(Deployment),
patch: []string{
changeImagePatch(Deployment, "nginx:latest"),