Fix cluster process update on metadata change

This commit is contained in:
Ingo Oppermann
2023-06-28 16:26:36 +02:00
parent a6d454b03f
commit 2b58c11bb1
16 changed files with 612 additions and 25 deletions

View File

@@ -1289,6 +1289,11 @@ const docTemplateClusterAPI = `{
"type": "string"
}
},
"startup_timeout_sec": {
"description": "seconds",
"type": "integer",
"format": "int64"
},
"sync_interval_sec": {
"description": "seconds",
"type": "integer",
@@ -1745,6 +1750,9 @@ const docTemplateClusterAPI = `{
},
"key_file": {
"type": "string"
},
"staging": {
"type": "boolean"
}
}
},