mirror of
https://github.com/datarhei/core.git
synced 2025-10-30 02:51:54 +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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1281,6 +1281,11 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"startup_timeout_sec": {
|
||||
"description": "seconds",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"sync_interval_sec": {
|
||||
"description": "seconds",
|
||||
"type": "integer",
|
||||
@@ -1737,6 +1742,9 @@
|
||||
},
|
||||
"key_file": {
|
||||
"type": "string"
|
||||
},
|
||||
"staging": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -243,6 +243,10 @@ definitions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
startup_timeout_sec:
|
||||
description: seconds
|
||||
format: int64
|
||||
type: integer
|
||||
sync_interval_sec:
|
||||
description: seconds
|
||||
format: int64
|
||||
@@ -552,6 +556,8 @@ definitions:
|
||||
type: boolean
|
||||
key_file:
|
||||
type: string
|
||||
staging:
|
||||
type: boolean
|
||||
type: object
|
||||
update_check:
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user