kubernetes/pkg/kubeapiserver
Monis Khan fef7d0ef1e
webhook: use rest.Config instead of kubeconfig file as input
This change updates the generic webhook logic to use a rest.Config
as its input instead of a kubeconfig file.  This exposes all of the
rest.Config knobs to the caller instead of the more limited set
available through the kubeconfig format.  This is useful when this
code is being used as a library outside of core Kubernetes. For
example, a downstream consumer may want to override the webhook's
internals such as its TLS configuration.

Signed-off-by: Monis Khan <mok@vmware.com>
2022-03-17 20:47:42 -04:00
..
admission add tracing to webhook requests 2021-07-09 06:30:05 -07:00
authenticator webhook: use rest.Config instead of kubeconfig file as input 2022-03-17 20:47:42 -04:00
authorizer webhook: use rest.Config instead of kubeconfig file as input 2022-03-17 20:47:42 -04:00
options correct references to service-account-signing-key-file flag 2022-01-30 04:24:25 +00:00
default_storage_factory_builder.go CronJob: switch storage version to batch/v1 in 1.22 2021-05-27 18:07:16 +08:00
doc.go Fix golint issues in pkg/kubeapiserver 2019-11-05 22:25:32 +03:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00