github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/route/3/want.out (about) 1 Comparing templates in route/3 with OCP namespace {{ .Project }}. 2 Limiting resources to route. 3 Found 1 resource in OCP cluster (current state) and 0 resources 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 - kubectl.kubernetes.io/last-applied-configuration: | 14 - {"apiVersion":"route.openshift.io/v1","kind":"Route","metadata":{"annotations":{},"name":"foo","namespace":"{{ .Project }}"},"spec":{"host":"foo-{{ .Project }}.example.com","tls":{"insecureEdgeTerminationPolicy":"None","termination":"edge"},"to":{"kind":"Service","name":"foo","weight":100},"wildcardPolicy":"None"}} 15 - name: foo 16 -spec: 17 - host: foo-{{ .Project }}.example.com 18 - tls: 19 - insecureEdgeTerminationPolicy: None 20 - termination: edge 21 - to: 22 - kind: Service 23 - name: foo 24 - weight: 100 25 - wildcardPolicy: None 26 27 28 Summary: 0 in sync, 0 to create, 0 to update, 1 to delete 29 30 Deleting route/foo ... done