versioning: ipam config is not versioned
This commit is contained in:
parent
fba37620e0
commit
0135e2751e
@ -135,7 +135,6 @@ var _ = Describe("bridge Operations", func() {
|
||||
"isDefaultGateway": true,
|
||||
"ipMasq": false,
|
||||
"ipam": {
|
||||
"cniVersion": "0.2.0",
|
||||
"type": "host-local",
|
||||
"subnet": "%s"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user