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
Deprecate strings/slices functions covered by stdlib slices
As suggested by Tim in [1], deprecate the functions in the
k8s.io/utils/strings/slices package that are already covered by generic
functions in the Go standard library slices package. Also reimplement
them in terms of slices functions.
[1] kubernetes/kubernetes#126715 (review)
0 commit comments