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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,9 @@ export `GO111MODULE=on`.
18
18
19
19
See [VERSIONING.md](VERSIONING.md).
20
20
21
-
22
21
## Compatibility
23
22
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
23
+
Every minor version of controller-tools (CT) has been tested with a specific minor version of client-go. A controller-tools minor version *may* be compatible with
25
24
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
25
for each minor version of client-go and other k8s.io/* dependencies.
27
26
@@ -32,11 +31,11 @@ Compatible k8s.io/*, client-go and minimum Go versions can be looked up in our [
0 commit comments