github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/recreate/0/want.out (about)

     1  Comparing templates in recreate/0 with OCP namespace {{ .Project }}.
     2  Limiting resources to route/foo.
     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,17 @@
     9  +apiVersion: route.openshift.io/v1
    10  +kind: Route
    11  +metadata:
    12  +  labels:
    13  +    app: foo-route
    14  +  name: foo
    15  +spec:
    16  +  host: foo.example.com
    17  +  tls:
    18  +    insecureEdgeTerminationPolicy: Redirect
    19  +    termination: edge
    20  +  to:
    21  +    kind: Service
    22  +    name: foo
    23  +    weight: 100
    24  +  wildcardPolicy: None
    25   
    26  
    27  Summary: 0 in sync, 1 to create, 0 to update, 0 to delete
    28  
    29  Creating route/foo ... done