bump CNI to spec v1.0.0
Signed-off-by: zounengren <zouyee1989@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user