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

     1  Comparing templates in selector/0 with OCP namespace {{ .Project }}.
     2  Limiting to resources with selector app=foo.
     3  Found 0 resources in OCP cluster (current state) and 2 resources in processed templates (desired state).
     4  
     5  + cm/foo to create
     6  --- Current State (OpenShift cluster)
     7  +++ Desired State (Processed template)
     8  @@ -1 +1,9 @@
     9  +apiVersion: v1
    10  +data:
    11  +  bar: baz
    12  +kind: ConfigMap
    13  +metadata:
    14  +  labels:
    15  +    app: foo
    16  +  name: foo
    17   
    18  + svc/foo to create
    19  --- Current State (OpenShift cluster)
    20  +++ Desired State (Processed template)
    21  @@ -1 +1,17 @@
    22  +apiVersion: v1
    23  +kind: Service
    24  +metadata:
    25  +  labels:
    26  +    app: foo
    27  +  name: foo
    28  +spec:
    29  +  ports:
    30  +  - name: web
    31  +    port: 80
    32  +    protocol: TCP
    33  +    targetPort: 8080
    34  +  selector:
    35  +    name: foo
    36  +  sessionAffinity: None
    37  +  type: ClusterIP
    38   
    39  
    40  Summary: 0 in sync, 2 to create, 0 to update, 0 to delete
    41  
    42  Creating cm/foo ... done
    43  Creating svc/foo ... done