Adding new runtime param delay-days that is used to control whether container is updated to new image immediately or wait until the indicated days have passed

This commit is contained in:
Peter Wilhelm 2023-12-17 19:58:33 -06:00
parent 0a14f3aa9c
commit a8279b47fe
5 changed files with 59 additions and 4 deletions

View file

@ -11,7 +11,8 @@ type UpdateParams struct {
NoRestart bool
Timeout time.Duration
MonitorOnly bool
NoPull bool
NoPull bool
DelayDays int
LifecycleHooks bool
RollingRestart bool
LabelPrecedence bool