kubernetes/pkg/controller/util
John Howard d9f2cc0c95 endpoints: remove obsolete ServiceSelectorCache
Since https://github.com/kubernetes/kubernetes/pull/112648, we can
efficiently handle selectors from pre-existing `map[string]string`,
making the cache obsolete.

Benchmark:

```
name                         old time/op    new time/op    delta
GetPodServiceMemberships-48     189µs ± 1%     193µs ± 1%  +2.10%  (p=0.000 n=10+10)

name                         old alloc/op   new alloc/op   delta
GetPodServiceMemberships-48    59.0kB ± 0%    58.9kB ± 0%  -0.09%  (p=0.000 n=9+9)

name                         old allocs/op  new allocs/op  delta
GetPodServiceMemberships-48     1.02k ± 0%     1.02k ± 0%    ~     (all equal)
```
2022-12-12 08:00:48 -08:00
..
endpoint endpoints: remove obsolete ServiceSelectorCache 2022-12-12 08:00:48 -08:00
endpointslice Generate and format files 2022-07-26 13:14:05 -04:00
node code cleanup 2022-08-04 11:16:52 +08:00
selectors Add pod ambiguous selector check 2022-11-04 12:49:20 +00:00