plugins/integration/testdata/chained-bridge-bandwidth.conflist

21 lines
440 B
Plaintext
Raw Normal View History

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