versioning: ipam config is not versioned
This commit is contained in:
@ -135,7 +135,6 @@ var _ = Describe("bridge Operations", func() {
|
|||||||
"isDefaultGateway": true,
|
"isDefaultGateway": true,
|
||||||
"ipMasq": false,
|
"ipMasq": false,
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"cniVersion": "0.2.0",
|
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
"subnet": "%s"
|
"subnet": "%s"
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,6 @@ var _ = Describe("ipvlan Operations", func() {
|
|||||||
"type": "ipvlan",
|
"type": "ipvlan",
|
||||||
"master": "%s",
|
"master": "%s",
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"cniVersion": "0.2.0",
|
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
"subnet": "10.1.2.0/24"
|
"subnet": "10.1.2.0/24"
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,6 @@ var _ = Describe("macvlan Operations", func() {
|
|||||||
"type": "macvlan",
|
"type": "macvlan",
|
||||||
"master": "%s",
|
"master": "%s",
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"cniVersion": "0.2.0",
|
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
"subnet": "10.1.2.0/24"
|
"subnet": "10.1.2.0/24"
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,6 @@ var _ = Describe("ptp Operations", func() {
|
|||||||
"ipMasq": true,
|
"ipMasq": true,
|
||||||
"mtu": 5000,
|
"mtu": 5000,
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"cniVersion": "0.2.0",
|
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
"subnet": "10.1.2.0/24"
|
"subnet": "10.1.2.0/24"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user