Add healthcheck start-interval option (#848)

This commit is contained in:
x4rd0o1Vtx
2024-05-09 21:22:06 +02:00
committed by GitHub
parent f51ca84197
commit a4a05e7fa5
5 changed files with 28 additions and 4 deletions
@@ -938,6 +938,7 @@ OPTION_HEALTHCHECK = (
interval=dict(type='str'),
timeout=dict(type='str'),
start_period=dict(type='str'),
start_interval=dict(type='str'),
retries=dict(type='int'),
))
)