Signed-off-by: jikai <jikai11@huawei.com> (cherry picked from commit 9329d5ff84b86110a33336bc9dccb83e3830a32d)
28 lines
753 B
Diff
28 lines
753 B
Diff
From 19655a5df138acda0a57b0411bc69f82511a32b4 Mon Sep 17 00:00:00 2001
|
|
From: jikai <jikai11@huawei.com>
|
|
Date: Wed, 13 Mar 2024 15:21:09 +0800
|
|
Subject: [PATCH 3/8] add enable pod events field
|
|
|
|
Signed-off-by: jikai <jikai11@huawei.com>
|
|
---
|
|
src/json/schema/isulad-daemon-configs.json | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json
|
|
index 46cf9e2..bbacfd6 100644
|
|
--- a/src/json/schema/isulad-daemon-configs.json
|
|
+++ b/src/json/schema/isulad-daemon-configs.json
|
|
@@ -176,6 +176,9 @@
|
|
},
|
|
"systemd-cgroup": {
|
|
"type": "boolean"
|
|
+ },
|
|
+ "enable-pod-events": {
|
|
+ "type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
--
|
|
2.34.1
|
|
|