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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,26 @@ export `GO111MODULE=on`.
18
18
19
19
See [VERSIONING.md](VERSIONING.md).
20
20
21
+
22
+
## Compatibility
23
+
24
+
Every minor version of controller-tools has been tested with a specific minor version of client-go. A controller-tools minor version *may* be compatible with
25
+
other client-go minor versions, but this is by chance and neither supported nor tested. In general, we create one minor version of controller-tools
26
+
for each minor version of client-go and other k8s.io/* dependencies.
27
+
28
+
The minimum Go version of controller-tools is the highest minimum Go version of our Go dependencies. Usually, this will
29
+
be identical to the minimum Go version of the corresponding k8s.io/* dependencies.
30
+
31
+
Compatible k8s.io/*, client-go and minimum Go versions can be looked up in our [go.mod](go.mod) file.
0 commit comments