Signed-off-by: jikai <jikai11@huawei.com> (cherry picked from commit 35815058031561339484cdbdff29d3c4beef7a99)
28 lines
827 B
Diff
28 lines
827 B
Diff
From 5adb5c82cb48f55fec1d6750e0648a0ffc5a372c Mon Sep 17 00:00:00 2001
|
|
From: jikai <jikai11@huawei.com>
|
|
Date: Mon, 18 Mar 2024 20:23:58 +0800
|
|
Subject: [PATCH 05/14] Add oomkilled field in inspect.json
|
|
|
|
Signed-off-by: jikai <jikai11@huawei.com>
|
|
---
|
|
src/json/schema/container/inspect.json | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/src/json/schema/container/inspect.json b/src/json/schema/container/inspect.json
|
|
index 9c76c33..89cb871 100644
|
|
--- a/src/json/schema/container/inspect.json
|
|
+++ b/src/json/schema/container/inspect.json
|
|
@@ -34,6 +34,9 @@
|
|
"Restarting": {
|
|
"type": "boolean"
|
|
},
|
|
+ "OOMKilled": {
|
|
+ "type": "boolean"
|
|
+ },
|
|
"Pid": {
|
|
"type": "integer"
|
|
},
|
|
--
|
|
2.34.1
|
|
|