kubernetes/pkg/kubeapiserver
Mike Danese 0ec4d6d396 remove webhook cache implementation and replace with the token cache
The striped cache used by the token cache is slightly more sophisticated
however the simple cache provides about the same exact behavior. I used
the striped cache rather than the simple cache because:

* It has been used without issue as the primary token cache.
* It preforms better under load.
* It is already exposed in the public API of the token cache package.
2018-11-05 13:08:45 -08:00
..
admission remove internal informer/lister generator 2018-10-29 11:37:55 +08:00
authenticator remove webhook cache implementation and replace with the token cache 2018-11-05 13:08:45 -08:00
authorizer externalize node admission 2018-08-21 23:33:03 +08:00
options promote --service-account-api-audiences to top level kube-apiserver config 2018-10-22 18:21:37 -07:00
server tokenreview: add APIAudiences config to generic API server and augment context 2018-10-09 22:47:10 -07:00
BUILD This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
default_storage_factory_builder.go This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
doc.go start kubeapiserver package for sharing between kubeapiserver and federation 2016-12-22 07:43:42 -05:00
OWNERS Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30