istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/expected/minikube_cni.conflist.clean (about)

     1  {
     2    "cniVersion": "0.3.1",
     3    "name": "k8s-pod-network",
     4    "plugins": [
     5      {
     6        "addIf": "true",
     7        "bridge": "mybridge",
     8        "ipMasq": true,
     9        "ipam": {
    10          "gateway": "10.1.0.1",
    11          "routes": [
    12            {
    13              "dst": "0.0.0.0/0"
    14            }
    15          ],
    16          "subnet": "10.1.0.0/16",
    17          "type": "host-local"
    18        },
    19        "isGateway": true,
    20        "mtu": 1460,
    21        "name": "rkt.kubernetes.io",
    22        "type": "bridge"
    23      }
    24    ]
    25  }