apiserver/pkg/authentication/token/cache
Monis Khan 6ab879299d token/cache: use go 1.20's approach for no-copy string/bytes conversions
Note that this fixes a bug in the existing `toBytes` implementation
which does not correctly set the capacity on the returned slice.

Signed-off-by: Monis Khan <mok@microsoft.com>

Kubernetes-commit: aa80f8fb856bb2b645c90457f9b1dd75e4e57c73
2023-02-21 12:24:21 -05:00
..
cache_simple.go Migrate to k8s.io/utils/clock in apiserver 2021-09-14 20:36:07 +02:00
cache_striped.go make token cache include audience in hash key 2018-10-16 10:02:01 -07:00
cache_test.go Migrate to k8s.io/utils/clock in apiserver 2021-09-14 20:36:07 +02:00
cached_token_authenticator.go token/cache: use go 1.20's approach for no-copy string/bytes conversions 2023-02-21 12:24:21 -05:00
cached_token_authenticator_test.go token/cache: use go 1.20's approach for no-copy string/bytes conversions 2023-02-21 12:24:21 -05:00
stats.go add context to metrics in apiserver/authentication 2020-12-10 12:11:21 -08:00