bump CNI to spec v1.0.0

Signed-off-by: zounengren <zouyee1989@gmail.com>
This commit is contained in:
zounengren
2021-10-22 09:10:21 +08:00
parent 006b44181a
commit a217b5ac8f
32 changed files with 1180 additions and 499 deletions

View File

@@ -36,7 +36,7 @@ func TestUpdateRuntimeConfig(t *testing.T) {
testTemplate = `
{
"name": "test-pod-network",
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"plugins": [
{
"type": "ptp",
@@ -54,7 +54,7 @@ func TestUpdateRuntimeConfig(t *testing.T) {
expected = `
{
"name": "test-pod-network",
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"plugins": [
{
"type": "ptp",