You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every minor version of controller-runtime has been tested with a specific minor version of client-go. A controller-runtime minor version *may* be compatible with
46
+
other client-go minor versions, but this is by chance and neither supported nor tested. In general, we create one minor version of controller-runtime
47
+
for each minor version of client-go and other k8s.io/* dependencies.
48
+
49
+
The minimum Go version of controller-runtime is the highest minimum Go version of our Go dependencies. Usually, this will
50
+
be identical to the minimum Go version of the corresponding k8s.io/* dependencies.
51
+
52
+
Compatible k8s.io/*, client-go and minimum Go versions can be looked up in our [go.mod](go.mod) file.
0 commit comments