apiserver/pkg/admission
Jingyi Hu 90f716757e *: Remove comment tags in GoDoc
Adding blank line between comment tag and package name in doc.go. So
that the comment tags such as '+k8s:deepcopy-gen=package' do not show up
in GoDoc.

Kubernetes-commit: 61117761cd4a1b2e6ad9ff2d7eb915f3d2739dc6
2018-09-04 14:08:32 -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 Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
plugin *: Remove comment tags in GoDoc 2018-09-04 14:08:32 -07: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