apiserver/pkg/server/options
Marek Counts c7299d9da0 Moved flag and globalflag
Moved all flag code from `staging/src/k8s.io/apiserver/pkg/util/[flag|globalflag]` to `component-base/cli/[flag|globalflag]` except for the term function because of unwanted dependencies.

Kubernetes-commit: 7744f908306e5131be5a94815ac76a7cba6454f2
2019-02-15 10:28:13 -05:00
..
encryptionconfig Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
testdata Avoid * in filenames 2017-06-13 20:47:31 +00:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
admission.go Remove alpha InitializerConfiguration types, Initializers admission plugin 2019-01-16 10:19:44 -05:00
admission_test.go fix typo 2018-04-04 16:03:17 +08:00
api_enablement.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
api_enablement_test.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
audit.go adds dynamic audit integration test 2018-10-16 16:17:33 -06:00
audit_test.go Add option to k8s apiserver to reject incoming requests upon audit failure 2018-07-03 14:40:55 +02:00
authentication.go fix typo in warning advice for permissions 2019-01-04 09:58:06 -05:00
authentication_test.go Allow kube-scheduler to tolerate cluster auth config lookup failure 2018-12-05 13:51:06 -05:00
authorization.go Move from glog to klog 2018-11-09 13:49:10 -05:00
coreapi.go removes Authorizer and ExternalClientSet from kubeapiserver's admission initializer. 2017-10-03 18:08:30 +02:00
deprecated_insecure_serving.go fix typo and instead of amd 2018-10-30 01:27:50 +08:00
doc.go move apiserver options 2017-02-02 09:36:48 -05:00
etcd.go Clarified syntax doc on --watch-cache-sizes 2018-11-12 14:45:45 -05:00
etcd_test.go apiserver: separate transport setting from storagebackend.Config 2018-09-12 10:59:01 +02:00
events.go adds dynamic audit configuration 2018-10-18 21:34:17 -05:00
feature.go Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config 2019-01-15 10:44:36 -05:00
recommended.go adds dynamic audit configuration 2018-10-18 21:34:17 -05:00
server_run_options.go Adding a limit on the maximum bytes accepted to be decoded in a resource 2019-02-06 16:58:24 -08:00
server_run_options_test.go Adding a limit on the maximum bytes accepted to be decoded in a resource 2019-02-06 16:58:24 -08:00
serving.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
serving_test.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
serving_with_loopback.go kube-scheduler: enable secure ports 10259 2018-09-05 16:42:16 +08:00
webhook.go adds dynamic audit configuration 2018-10-18 21:34:17 -05:00