versioning: ipam config is not versioned

This commit is contained in:
Gabe Rosenhouse 2016-09-19 13:10:27 -07:00 committed by pivotal
parent fba37620e0
commit 0135e2751e
4 changed files with 0 additions and 4 deletions

View File

@ -135,7 +135,6 @@ var _ = Describe("bridge Operations", func() {
"isDefaultGateway": true,
"ipMasq": false,
"ipam": {
"cniVersion": "0.2.0",
"type": "host-local",
"subnet": "%s"
}

View File

@ -107,7 +107,6 @@ var _ = Describe("ipvlan Operations", func() {
"type": "ipvlan",
"master": "%s",
"ipam": {
"cniVersion": "0.2.0",
"type": "host-local",
"subnet": "10.1.2.0/24"
}

View File

@ -107,7 +107,6 @@ var _ = Describe("macvlan Operations", func() {
"type": "macvlan",
"master": "%s",
"ipam": {
"cniVersion": "0.2.0",
"type": "host-local",
"subnet": "10.1.2.0/24"
}

View File

@ -49,7 +49,6 @@ var _ = Describe("ptp Operations", func() {
"ipMasq": true,
"mtu": 5000,
"ipam": {
"cniVersion": "0.2.0",
"type": "host-local",
"subnet": "10.1.2.0/24"
}