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
- Generics should be **avoided** when writing Kubernetes bug fixes that are likely to be backported, to streamline cherry-picking to older release branches.
27
+
- Generics should be **avoided** when writing Kubernetes bug fixes that are
28
+
likely to be backported to v1.23 or older, to streamline cherry-picking to
29
+
those release branches which predate Go 1.18.
28
30
29
-
These restrictions should be considered lifted when v1.24 is out of support.
31
+
These restrictions should be considered lifted when v1.23 is out of support.
0 commit comments