kubernetes/cmd/kube-apiserver/app
tengqm a909cc8af5 Fix admission plugin registration
The current registration of admission plug-ins happen too late so the
command line help is not yielding correct/useful information to users.
This is already causing confusion as mentioned in some issues.

This patch fixes it by moving plugins.go down to options package because
"plugins" in this context are themselves options for users. Registration
of plugins is not an expensive operation and it is already done in most
execution paths.

In future, we may want to revisit these plugins and migrate them to the
shared apiserver repo when appropriate.
2017-08-18 10:32:15 +08:00
..
options Fix admission plugin registration 2017-08-18 10:32:15 +08:00
testing Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
aggregator.go Promote CronJobs to batch/v1beta1 2017-08-16 08:42:21 +02:00
apiextensions.go Rename {kube- ->}apiextensions-{-> api}server 2017-06-06 12:06:31 +02:00
BUILD Fix admission plugin registration 2017-08-18 10:32:15 +08:00
server.go Fix admission plugin registration 2017-08-18 10:32:15 +08:00