2021-11-19 10:52:43 +08:00
|
|
|
From 456e7da83acd8e5ad6d478d41d5f6e81c5611964 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: gaohuatao <gaohuatao@huawei.com>
|
|
|
|
|
Date: Tue, 16 Nov 2021 11:35:11 +0800
|
2021-11-24 09:30:22 +00:00
|
|
|
Subject: [PATCH 3/6] add self def runtime for shimv2
|
2021-11-19 10:52:43 +08:00
|
|
|
|
|
|
|
|
Signed-off-by: gaohuatao <gaohuatao@huawei.com>
|
|
|
|
|
---
|
|
|
|
|
src/json/schema/isulad-daemon-constants.json | 3 +++
|
|
|
|
|
1 file changed, 3 insertions(+)
|
|
|
|
|
|
|
|
|
|
diff --git a/src/json/schema/isulad-daemon-constants.json b/src/json/schema/isulad-daemon-constants.json
|
|
|
|
|
index bb601b5..7c03a6e 100644
|
|
|
|
|
--- a/src/json/schema/isulad-daemon-constants.json
|
|
|
|
|
+++ b/src/json/schema/isulad-daemon-constants.json
|
|
|
|
|
@@ -7,6 +7,9 @@
|
|
|
|
|
},
|
|
|
|
|
"registry-transformation": {
|
|
|
|
|
"$ref": "defs.json#/definitions/mapStringString"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cri-shimv2-runtimes": {
|
|
|
|
|
+ "$ref": "defs.json#/definitions/mapStringString"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
--
|
|
|
|
|
2.20.1
|
|
|
|
|
|