apiserver/pkg/admission
hzxuzhonghu d14a5efcb8 remove dead code in lifecycle admission
Kubernetes-commit: 22398f8d3c0d71db5869eace174f5721f8499224
2017-12-05 19:40:31 +08:00
..
configuration remove reference to v1alpha1 2017-11-19 13:54:50 -08:00
initializer remove redundant code in admission initializer 2017-11-08 10:54:06 +08:00
metrics Reduce memory footprint of admission metrics 2017-11-26 21:54:50 -08:00
plugin remove dead code in lifecycle admission 2017-12-05 19:40:31 +08:00
BUILD Merge pull request #55812 from deads2k/admission-17-external 2017-12-07 04:34:43 +00:00
attributes.go move admission to genericapiserver 2017-01-19 10:27:27 -05:00
chain.go admission: make metrics compositional and move to metrics sub-package 2017-11-17 11:49:55 +01:00
chain_test.go admission: make metrics compositional and move to metrics sub-package 2017-11-17 11:49:55 +01:00
config.go Merge pull request #55812 from deads2k/admission-17-external 2017-12-07 04:34:43 +00:00
config_test.go Merge pull request #55812 from deads2k/admission-17-external 2017-12-07 04:34:43 +00:00
errors.go make admission tolerate object without objectmeta for errors 2017-08-29 13:13:06 +00:00
errors_test.go make admission tolerate object without objectmeta for errors 2017-08-29 13:13:06 +00: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 admission: rename Validate{ -> Initialization}, Validat{ingAdmit -> e} 2017-10-27 17:09:39 +02:00
plugins.go Merge pull request #55812 from deads2k/admission-17-external 2017-12-07 04:34:43 +00:00