mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-23 20:08:51 +00:00
Update dependencies
- sigs.k8s.io/cli-utils v0.27.0 - github.com/fluxcd/pkg/ssa v0.10.0 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
c1528503b6
commit
8c67708829
6 changed files with 47 additions and 224 deletions
|
|
@ -58,7 +58,7 @@ func NewStatusChecker(kubeConfig *rest.Config, pollInterval time.Duration, timeo
|
|||
pollInterval: pollInterval,
|
||||
timeout: timeout,
|
||||
client: c,
|
||||
statusPoller: polling.NewStatusPoller(c, restMapper),
|
||||
statusPoller: polling.NewStatusPoller(c, restMapper, nil),
|
||||
logger: log,
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue