rename maxShutdownTime to stop_grace_period

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 00:50:17 +01:00
parent b13cb77ce2
commit 5c444472c7
4 changed files with 15 additions and 16 deletions

View file

@ -181,7 +181,7 @@ class ContainerDefinitionFetcher
$entry['displayName'],
$entry['image'],
$entry['restartPolicy'],
$entry['maxShutdownTime'],
$entry['stop_grace_period'],
$ports,
$internalPorts,
$volumes,