43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
From 6fd7cdec3c383461695f45e96d59353c68ecf286 Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Wed, 4 Sep 2024 10:38:08 +0800
|
|
Subject: [PATCH 20/20] unify nri variable format
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
src/json/schema/isulad-daemon-configs.json | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json
|
|
index 7b148bd..e21c3cf 100644
|
|
--- a/src/json/schema/isulad-daemon-configs.json
|
|
+++ b/src/json/schema/isulad-daemon-configs.json
|
|
@@ -106,19 +106,19 @@
|
|
"disable-connections" : {
|
|
"type": "boolean"
|
|
},
|
|
- "plugin_config_path": {
|
|
+ "plugin-config-path": {
|
|
"type": "string"
|
|
},
|
|
- "plugin_path": {
|
|
+ "plugin-path": {
|
|
"type": "string"
|
|
},
|
|
- "nri_socket_path": {
|
|
+ "nri-socket-path": {
|
|
"type": "string"
|
|
},
|
|
- "plugin_registration_timeout": {
|
|
+ "plugin-registration-timeout": {
|
|
"type": "uint64"
|
|
},
|
|
- "plugin_requst_timeout": {
|
|
+ "plugin-requst-timeout": {
|
|
"type": "uint64"
|
|
},
|
|
"image-layer-check": {
|
|
--
|
|
2.33.0
|
|
|