apiserver/pkg/authentication
Mike Danese 5b8058738a token cache: make fetch_total a counter
Downstreams assume process restarts when counters decrement. Currently,
the "active" label is expected to decrement but the "ok" and "error"
labels are intended to be handled as counters. This is unneccesary and
hard to deal with. This changes consolidate "blocking" and "in_flight"
tracking into a single guage, which allows fetch completion to be a pure
counter.

Kubernetes-commit: dc5934f58456d95b0264665871c0c48e16ee6469
2020-01-07 08:48:25 -08:00
..
authenticator move audience context functions to authenticator package 2018-10-31 14:50:11 -07:00
authenticatorfactory inline GC in expiring cache 2019-11-15 17:04:28 -08:00
group rebase authenticators onto new interface. 2018-10-15 15:17:36 -07:00
request Remove stale comment re making apiserver common names dynamic 2019-11-29 15:14:29 +01:00
serviceaccount Avoid allocating when performing VisitRulesFor on service accounts 2019-03-11 11:50:44 -04:00
token token cache: make fetch_total a counter 2020-01-07 08:48:25 -08:00
user Update two doc.go files under staging/src/k8s.io/apiserver 2018-10-11 19:10:16 +09:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00