mirror of
https://github.com/datarhei/core.git
synced 2025-09-30 05:42:27 +08:00
Fix cluster process update on metadata change
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user