7 Star 1 Fork 39

src-openEuler/lcr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0005-Add-oomkilled-field-in-inspect.json.patch 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
jake 提交于 2024-06-11 08:07 . sync from upstream
From 5adb5c82cb48f55fec1d6750e0648a0ffc5a372c Mon Sep 17 00:00:00 2001
From: jikai <[email protected]>
Date: Mon, 18 Mar 2024 20:23:58 +0800
Subject: [PATCH 05/14] Add oomkilled field in inspect.json
Signed-off-by: jikai <[email protected]>
---
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/lcr.git
[email protected]:src-openeuler/lcr.git
src-openeuler
lcr
lcr
master

搜索帮助