Files
containernetworking-plugins/integration/testdata/chained-bridge-bandwidth.conflist
2018-02-28 13:28:06 -08:00

21 lines
440 B
Plaintext

{
"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
}
]
}