mirror of
https://github.com/rancher/plugins.git
synced 2025-10-19 19:09:46 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
![]() |
{
|
||
|
"cniVersion": "0.3.1",
|
||
|
"name": "network-chain-test",
|
||
|
"type": "bridge",
|
||
|
"bridge": "test-bridge-0",
|
||
|
"isDefaultGateway": true,
|
||
|
"ipam": {
|
||
|
"type": "host-local",
|
||
|
"subnet": "10.11.2.0/24",
|
||
|
"dataDir": "/tmp/foo"
|
||
|
}
|
||
|
}
|