github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/testfiles/valid/label.conflist (about)

     1  {
     2     "args": {
     3        "podman_labels": {
     4           "mykey": "value"
     5        }
     6     },
     7     "cniVersion": "0.4.0",
     8     "name": "label",
     9     "plugins": [
    10        {
    11           "type": "bridge",
    12           "bridge": "cni-podman15",
    13           "isGateway": true,
    14           "ipMasq": true,
    15           "hairpinMode": true,
    16           "ipam": {
    17              "type": "host-local",
    18              "routes": [
    19                 {
    20                    "dst": "0.0.0.0/0"
    21                 }
    22              ],
    23              "ranges": [
    24                 [
    25                    {
    26                       "subnet": "10.89.13.0/24",
    27                       "gateway": "10.89.13.1"
    28                    }
    29                 ]
    30              ]
    31           }
    32        },
    33        {
    34           "type": "portmap",
    35           "capabilities": {
    36              "portMappings": true
    37           }
    38        },
    39        {
    40           "type": "firewall",
    41           "backend": ""
    42        },
    43        {
    44           "type": "tuning"
    45        },
    46        {
    47           "type": "dnsname",
    48           "domainName": "dns.podman",
    49           "capabilities": {
    50              "aliases": true
    51           }
    52        }
    53     ]
    54  }