istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/pkg/install/testdata/istio-cni.conf (about)

     1  {
     2    "cniVersion": "0.3.1",
     3    "name": "istio-cni",
     4    "type": "istio-cni",
     5    "ipam": {},
     6    "dns": {},
     7    "log_level": "debug",
     8    "log_uds_address": "",
     9    "cni_event_address": "",
    10    "ambient_enabled": false,
    11    "kubernetes": {
    12      "kubeconfig": "/path/to/kubeconfig",
    13      "exclude_namespaces": [
    14        ""
    15      ]
    16    }
    17  }