github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/buildconfig/3/want.out (about) 1 Comparing templates in buildconfig/3 with OCP namespace {{ .Project }}. 2 Limiting resources to bc. 3 Found 1 resource in OCP cluster (current state) and 0 resources in processed templates (desired state). 4 5 - bc/foo to delete 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -1,42 +1 @@ 9 -apiVersion: build.openshift.io/v1 10 -kind: BuildConfig 11 -metadata: 12 - annotations: 13 - kubectl.kubernetes.io/last-applied-configuration: | 14 - {"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","metadata":{"annotations":{},"name":"foo","namespace":"{{ .Project }}"},"spec":{"failedBuildsHistoryLimit":5,"nodeSelector":null,"output":{"to":{"kind":"ImageStreamTag","name":"foo:latest"}},"postCommit":{},"resources":{"limits":{"cpu":"1","memory":"256Mi"},"requests":{"cpu":"500m","memory":"128Mi"}},"runPolicy":"Serial","source":{"contextDir":"baz","git":{"ref":"master","uri":"https://github.com/opendevstack/tailor.git"},"sourceSecret":{"name":"token"},"type":"Git"},"strategy":{"dockerStrategy":{"buildArgs":[{"name":"foo","value":"bar"}],"forcePull":true,"noCache":true},"type":"Docker"},"successfulBuildsHistoryLimit":5,"triggers":[]}} 15 - name: foo 16 -spec: 17 - failedBuildsHistoryLimit: 5 18 - nodeSelector: null 19 - output: 20 - to: 21 - kind: ImageStreamTag 22 - name: foo:latest 23 - postCommit: {} 24 - resources: 25 - limits: 26 - cpu: "1" 27 - memory: 256Mi 28 - requests: 29 - cpu: 500m 30 - memory: 128Mi 31 - runPolicy: Serial 32 - source: 33 - contextDir: baz 34 - git: 35 - ref: master 36 - uri: https://github.com/opendevstack/tailor.git 37 - sourceSecret: 38 - name: token 39 - type: Git 40 - strategy: 41 - dockerStrategy: 42 - buildArgs: 43 - - name: foo 44 - value: bar 45 - forcePull: true 46 - noCache: true 47 - type: Docker 48 - successfulBuildsHistoryLimit: 5 49 - triggers: [] 50 51 52 Summary: 0 in sync, 0 to create, 0 to update, 1 to delete 53 54 Deleting bc/foo ... done