github.com/Mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/pkg/tools/TestDiagSonobuoy__plain.out.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: Service
     4  metadata:
     5    creationTimestamp: null
     6    labels:
     7      component: sonobuoy
     8      run: sonobuoy-master
     9    name: sonobuoy-master
    10    namespace: heptio-sonobuoy
    11  spec:
    12    ports:
    13    - port: 8080
    14      protocol: TCP
    15      targetPort: 8080
    16    selector:
    17      run: sonobuoy-master
    18    type: ClusterIP
    19  
    20  ---
    21  apiVersion: v1
    22  data:
    23    e2e.yaml: |-
    24      sonobuoy-config:
    25        driver: Job
    26        plugin-name: e2e
    27        result-type: e2e
    28      spec:
    29        name: e2e
    30    virtlet.yaml: |
    31      sonobuoy-config:
    32        driver: Job
    33        plugin-name: virtlet
    34        result-type: virtlet
    35      spec:
    36        command:
    37        - /bin/bash
    38        - -c
    39        - /sonobuoy.sh && sleep 3600
    40        env:
    41        - name: RESULTS_DIR
    42          value: /tmp/results
    43        image: mirantis/virtlet
    44        name: sonobuoy-virtlet
    45        volumeMounts:
    46        - mountPath: /tmp/results
    47          name: results
    48          readOnly: false
    49  kind: ConfigMap
    50  metadata:
    51    creationTimestamp: null
    52    labels:
    53      component: sonobuoy
    54    name: sonobuoy-plugins-cm
    55    namespace: heptio-sonobuoy
    56