We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90da29 commit 44249c9Copy full SHA for 44249c9
go.mod
@@ -29,6 +29,10 @@ require (
29
github.com/tidwall/sjson v1.2.5
30
go.uber.org/zap v1.27.0
31
k8c.io/reconciler v0.5.0
32
+ // Deviating from kcp's kube version (0.32) because more recent multicluster-runtime
33
+ // versions are built ontop of controller-runtime 0.21 with Kube 0.33. Ideally in
34
+ // the future we should go back to having kcp, controller-runtime and multicluster-runtime
35
+ // be in-sync again.
36
k8s.io/api v0.33.3
37
k8s.io/apiextensions-apiserver v0.33.3
38
k8s.io/apimachinery v0.33.3
0 commit comments