{ "cniVersion": "0.3.1", "name": "chained-bridge-bandwidth", "plugins": [ { "type": "bridge", "ipam": { "type": "host-local", "subnet": "10.11.2.0/24" } }, { "type": "bandwidth", "ingressRate": 800, "ingressBurst": 200, "egressRate": 800, "egressBurst": 200 } ] }