1
0
mirror of synced 2026-02-06 19:05:55 +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:
Stefan Prodan
2022-01-13 19:16:48 +02:00
parent c1528503b6
commit 8c67708829
6 changed files with 47 additions and 224 deletions

View File

@@ -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
}