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

     1  - in: null
     2    out: null
     3  - in: {}
     4    out:
     5      Id: ""
     6      LabelSelector: null
     7      PodSandboxID: ""
     8      State: null
     9  - in:
    10      id: a393e311-5f4f-402b-8567-864d2ab81b83
    11    out:
    12      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    13      LabelSelector: null
    14      PodSandboxID: ""
    15      State: null
    16  - in:
    17      pod_sandbox_id: c5134b10-6474-4139-8bf9-f6f61a1f5906
    18    out:
    19      Id: ""
    20      LabelSelector: null
    21      PodSandboxID: c5134b10-6474-4139-8bf9-f6f61a1f5906
    22      State: null
    23  - in:
    24      id: a393e311-5f4f-402b-8567-864d2ab81b83
    25      state: {}
    26    out:
    27      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    28      LabelSelector: null
    29      PodSandboxID: ""
    30      State: 0
    31  - in:
    32      id: a393e311-5f4f-402b-8567-864d2ab81b83
    33      state:
    34        state: 1
    35    out:
    36      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    37      LabelSelector: null
    38      PodSandboxID: ""
    39      State: 1
    40  - in:
    41      id: a393e311-5f4f-402b-8567-864d2ab81b83
    42      label_selector:
    43        foo: bar
    44      state:
    45        state: 2
    46    out:
    47      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    48      LabelSelector:
    49        foo: bar
    50      PodSandboxID: ""
    51      State: 2