github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/recreate/2/want.out (about) 1 Comparing templates in recreate/2 with OCP namespace {{ .Project }}. 2 Limiting resources to route/foo. 3 Found 1 resource in OCP cluster (current state) and 1 resource in processed templates (desired state). 4 5 - route/foo to delete 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -1,18 +1 @@ 9 -apiVersion: route.openshift.io/v1 10 -kind: Route 11 -metadata: 12 - annotations: {} 13 - labels: 14 - app: foo-route 15 - name: foo 16 -spec: 17 - host: foo.example.com 18 - tls: 19 - insecureEdgeTerminationPolicy: Redirect 20 - termination: edge 21 - to: 22 - kind: Service 23 - name: foo 24 - weight: 100 25 - wildcardPolicy: None 26 27 + route/foo to create 28 --- Current State (OpenShift cluster) 29 +++ Desired State (Processed template) 30 @@ -1 +1,17 @@ 31 +apiVersion: route.openshift.io/v1 32 +kind: Route 33 +metadata: 34 + labels: 35 + app: foo-route 36 + name: foo 37 +spec: 38 + host: foobar.example.com 39 + tls: 40 + insecureEdgeTerminationPolicy: Redirect 41 + termination: edge 42 + to: 43 + kind: Service 44 + name: foo 45 + weight: 100 46 + wildcardPolicy: None 47 48 49 Summary: 0 in sync, 1 to create, 0 to update, 1 to delete 50 51 Deleting route/foo ... done 52 Creating route/foo ... done