apiserver/pkg/admission
Joe Betz 7b71273ec8 Reduce cardinality of admission webhook metrics
Kubernetes-commit: 96034014f5fe08d7bb8b92b8f1679d9761c3f83d
2018-10-16 13:35:42 -07:00
..
configuration sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
initializer Fix TestWantsExternalKubeClientSet describe clientset typo 2018-06-04 18:32:56 +08:00
metrics Reduce cardinality of admission webhook metrics 2018-10-16 13:35:42 -07:00
plugin fix some golint in staging/src/k8s.io/apiserver/pkg/admission/plugin/ 2018-09-26 14:30:50 +08:00
attributes.go Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
attributes_test.go support AddAnnotation in admission attributes 2018-03-22 15:20:31 +08:00
audit.go add WithAudit admission decorator 2018-04-13 18:27:08 +08:00
audit_test.go Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
chain.go admission: make metrics compositional and move to metrics sub-package 2017-11-17 11:49:55 +01:00
chain_test.go Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
config.go remove unused function negotiate() and writeYAML() 2018-02-23 14:53:51 +08:00
config_test.go Add missing error handling in schema-related code 2018-06-03 14:59:58 +10:00
decorator.go add an admission decorator chain 2018-02-14 09:27:25 -05:00
errors.go make admission tolerate object without objectmeta for errors 2017-08-29 13:13:06 +00:00
errors_test.go Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
handler.go refactor admission handler and add UT 2017-11-03 16:40:15 +08:00
handler_test.go refactor admission handler and add UT 2017-11-03 16:40:15 +08:00
interfaces.go Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
plugins.go log enabled admission controller in order 2018-03-10 16:20:12 +08:00