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

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