From 7c400735faa1fe2f72be926c2d9f010839324fe1 Mon Sep 17 00:00:00 2001 From: lifeng68 Date: Sat, 25 Jul 2020 10:18:15 +0800 Subject: [PATCH] image: remove image operator time config Signed-off-by: lifeng68 --- src/json/schema/isulad-daemon-configs.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json index b1c5595..5991f00 100644 --- a/src/json/schema/isulad-daemon-configs.json +++ b/src/json/schema/isulad-daemon-configs.json @@ -62,9 +62,6 @@ "native.umask": { "type": "string" }, - "image-opt-timeout": { - "type": "string" - }, "pod-sandbox-image": { "type": "string" }, @@ -148,8 +145,8 @@ "runtimes": { "$ref": "defs.json#/definitions/mapStringObjectRuntimes" }, - "selinux-enabled" : { + "selinux-enabled": { "type": "boolean" } } -} +} \ No newline at end of file -- GitLab