mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-26 21:38:49 +00:00
Update sigs.k8s.io/cli-utils to v0.22.2
This is the first release that includes a patch of the `CachingClusterReader` so that it continues on all list errors. Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
168c65bb6e
commit
baaa466c0f
3 changed files with 39 additions and 63 deletions
|
|
@ -36,8 +36,9 @@ import (
|
|||
"sigs.k8s.io/controller-runtime/pkg/client"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
|
||||
|
||||
"github.com/fluxcd/flux2/internal/utils"
|
||||
"github.com/fluxcd/pkg/apis/meta"
|
||||
|
||||
"github.com/fluxcd/flux2/internal/utils"
|
||||
)
|
||||
|
||||
// statusable is used to see if a resource is considered ready in the usual way
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue