apiserver/pkg/admission
danielqsj 8f8d23605e fix shellcheck in k8s.io/apiserver
Kubernetes-commit: 481c2d8e03508dba2c28aeb4bba48ce48904183b
2019-01-24 13:55:09 +08:00
..
configuration Remove alpha InitializerConfiguration types, Initializers admission plugin 2019-01-16 10:19:44 -05:00
initializer Fix TestWantsExternalKubeClientSet describe clientset typo 2018-06-04 18:32:56 +08:00
metrics Add admission_latencies_milliseconds metrics for backward compatible 2019-01-18 11:50:48 +08:00
plugin fix shellcheck in k8s.io/apiserver 2019-01-24 13:55:09 +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 Move from glog to klog 2018-11-09 13:49:10 -05: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 Move from glog to klog 2018-11-09 13:49:10 -05:00