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"
}
}
},

View File

@@ -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"
}
}
},

View File

@@ -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