Change parameter name from delay-days to defer-days to be clearer to user and align with status reporting

This commit is contained in:
Peter Wilhelm 2024-01-07 17:59:10 -06:00
parent 0d1d7979cb
commit 223358f7a0
4 changed files with 16 additions and 15 deletions

View file

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