k3s/pkg/kubeapiserver/options
yue9944882 f624a4efb8 externalize node admission
fixes internal pod annotation reference

completely strip internal informers from authz initialization
2018-08-21 23:33:03 +08:00
..
BUILD externalize node admission 2018-08-21 23:33:03 +08:00
admission.go Show deprecated kube-apiserver flags 2018-04-16 21:20:06 +08:00
admission_test.go make kube-apiserver admission flag disable other plugins 2018-01-19 08:14:04 -05:00
authentication.go This patch adds limit to the TokenRequest expiration time. It constrains a TokenRequest's expiration time to avoid extreme value which could harm the cluster. 2018-06-14 09:31:50 +08:00
authentication_test.go add unit test for func ToAuthenticationConfig 2018-08-16 19:24:11 +08:00
authorization.go externalize node admission 2018-08-21 23:33:03 +08:00
authorization_test.go validate authorization flags in BuiltInAuthorizationOptions.Validate 2018-03-26 20:37:02 +08:00
cloudprovider.go Drop using cloud provider to set host address feature 2017-12-05 13:58:20 -06:00
options.go Expose default service IP CIDR in apiserver 2018-01-29 16:21:04 +08:00
plugins.go Add priority to defaultOn plugins list 2018-07-02 22:25:40 -04:00
serving.go kube-apiserver: switch apiserver's DeprecatedInsecureServingOptions 2018-08-17 08:56:47 +02:00
storage_versions.go This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
storage_versions_test.go