github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/job/0/want.out (about) 1 Comparing templates in job/0 with OCP namespace {{ .Project }}. 2 Limiting resources to job. 3 Found 0 resources in OCP cluster (current state) and 1 resource in processed templates (desired state). 4 5 + job/pi to create 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -1 +1,35 @@ 9 +apiVersion: batch/v1 10 +kind: Job 11 +metadata: 12 + labels: 13 + job-name: pi 14 + name: pi 15 +spec: 16 + backoffLimit: 6 17 + completions: 1 18 + parallelism: 1 19 + selector: 20 + matchLabels: 21 + job-name: pi 22 + template: 23 + metadata: 24 + labels: 25 + job-name: pi 26 + name: pi 27 + spec: 28 + containers: 29 + - command: 30 + - perl 31 + - -Mbignum=bpi 32 + - -wle 33 + - print bpi(2000) 34 + image: perl 35 + imagePullPolicy: Always 36 + name: pi 37 + terminationMessagePath: /dev/termination-log 38 + terminationMessagePolicy: File 39 + dnsPolicy: ClusterFirst 40 + restartPolicy: OnFailure 41 + schedulerName: default-scheduler 42 + terminationGracePeriodSeconds: 30 43 44 45 Summary: 0 in sync, 1 to create, 0 to update, 0 to delete 46 47 Creating job/pi ... done