mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-27 09:24:07 +01:00
Change parameter name from delay-days to defer-days to be clearer to user and align with status reporting
This commit is contained in:
parent
0d1d7979cb
commit
223358f7a0
4 changed files with 16 additions and 15 deletions
|
|
@ -12,7 +12,7 @@ type UpdateParams struct {
|
|||
Timeout time.Duration
|
||||
MonitorOnly bool
|
||||
NoPull bool
|
||||
DelayDays int
|
||||
DeferDays int
|
||||
LifecycleHooks bool
|
||||
RollingRestart bool
|
||||
LabelPrecedence bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue