Refactor `StringContains` and `contains` function usages to use `go` ones
What I did Refactor contains functions
@glours I was thinking the same. But when I saw the implementation... I cannot think about something that would be change enough for our simple case. There is also a "k8s.io/utils/strings/slices" implementation for Contains.
For me that's the same, since the idea of the PR is just not to have "yet another" implementation of a so common function.
isn't "yet another (copy/paste) implementation for common function" the basis of Golang design ? kidding appart, shall we keep this PR open?
I'll close it... It's still not extracted from the experimental package and all the files are conflicting... 😞