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

     1  - in: null
     2    out: null
     3  - in: {}
     4    out:
     5      Id: ""
     6      LabelSelector: null
     7      State: null
     8  - in:
     9      id: a393e311-5f4f-402b-8567-864d2ab81b83
    10    out:
    11      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    12      LabelSelector: null
    13      State: null
    14  - in:
    15      id: a393e311-5f4f-402b-8567-864d2ab81b83
    16      state:
    17        state: 1
    18    out:
    19      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    20      LabelSelector: null
    21      State: 1
    22  - in:
    23      id: a393e311-5f4f-402b-8567-864d2ab81b83
    24      state: {}
    25    out:
    26      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    27      LabelSelector: null
    28      State: 0
    29  - in:
    30      id: a393e311-5f4f-402b-8567-864d2ab81b83
    31      label_selector:
    32        foo: bar
    33      state: {}
    34    out:
    35      Id: a393e311-5f4f-402b-8567-864d2ab81b83
    36      LabelSelector:
    37        foo: bar
    38      State: 0