github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/route/0/want.out (about) 1 Comparing templates in route/0 with OCP namespace {{ .Project }}. 2 Limiting resources to route. 3 Found 0 resources in OCP cluster (current state) and 1 resource in processed templates (desired state). 4 5 + route/foo to create 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -1 +1,15 @@ 9 +apiVersion: route.openshift.io/v1 10 +kind: Route 11 +metadata: 12 + name: foo 13 +spec: 14 + host: foo-{{ .Project }}.example.com 15 + tls: 16 + insecureEdgeTerminationPolicy: Redirect 17 + termination: edge 18 + to: 19 + kind: Service 20 + name: foo 21 + weight: 100 22 + wildcardPolicy: None 23 24 25 Summary: 0 in sync, 1 to create, 0 to update, 0 to delete 26 27 Creating route/foo ... done