1
0
mirror of synced 2026-02-06 19:05:55 +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:
Hidde Beydals
2021-02-25 12:49:20 +01:00
parent 168c65bb6e
commit baaa466c0f
3 changed files with 39 additions and 63 deletions

View File

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