github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/imagestream/steps.json (about) 1 [ 2 { 3 "command": "apply is", 4 "wantStdout": true, 5 "wantResources": { 6 "is/foo": true 7 }, 8 "wantFields": { 9 "is/foo": { 10 ".metadata.name": "foo" 11 } 12 } 13 }, 14 { 15 "command": "apply is", 16 "wantStdout": true, 17 "wantResources": { 18 "is/foo": true 19 }, 20 "wantFields": { 21 "is/foo": { 22 ".metadata.labels.app": "foo" 23 } 24 } 25 }, 26 { 27 "command": "apply is", 28 "wantStdout": true, 29 "wantErr": true, 30 "wantResources": { 31 "is/foo": true 32 } 33 }, 34 { 35 "command": "apply is --force", 36 "wantStdout": true, 37 "wantResources": { 38 "is/foo": false 39 } 40 } 41 ]