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

     1  Comparing templates in imagestream/3 with OCP namespace {{ .Project }}.
     2  Limiting resources to is.
     3  Found 1 resource in OCP cluster (current state) and 0 resources in processed templates (desired state).
     4  
     5  - is/foo to delete
     6  --- Current State (OpenShift cluster)
     7  +++ Desired State (Processed template)
     8  @@ -1,13 +1 @@
     9  -apiVersion: image.openshift.io/v1
    10  -kind: ImageStream
    11  -metadata:
    12  -  annotations:
    13  -    kubectl.kubernetes.io/last-applied-configuration: |
    14  -      {"apiVersion":"image.openshift.io/v1","kind":"ImageStream","metadata":{"annotations":{},"labels":{"app":"foo"},"name":"foo","namespace":"{{ .Project }}"},"spec":{"lookupPolicy":{"local":false}}}
    15  -  labels:
    16  -    app: foo
    17  -  name: foo
    18  -spec:
    19  -  lookupPolicy:
    20  -    local: false
    21   
    22  
    23  Summary: 0 in sync, 0 to create, 0 to update, 1 to delete
    24  
    25  Deleting is/foo ... done