apiserver/pkg/server/options
Stanislav Láznička b9e6a66c69 requestheaders: add a "requestheader-uid-headers" flag and wire it up
Kubernetes-commit: 7fabd06c2be41f4134f425fa967d79ac31dc5756
2023-02-16 11:28:50 +01:00
..
authenticationconfig/metrics Add metrics for authentication config reload 2024-03-09 13:29:56 -08:00
authorizationconfig/metrics Add allowed/denied metrics for authorizers 2024-02-16 02:26:18 -05:00
encryptionconfig Remove KMSv2 and KMSv2KDF feature gates 2024-08-14 15:59:01 -04:00
testdata kms: add wiring to support automatic encryption config reload 2022-11-02 01:08:42 -04:00
OWNERS Add enj to apiserver options approver 2023-07-11 16:07:44 -04:00
admission.go move to generics for sets in kubeapiserver 2024-05-12 11:49:42 +03:00
admission_test.go move to generics for sets in kubeapiserver 2024-05-12 11:49:42 +03:00
api_enablement.go controlplane: make option structs uniformly optional 2023-09-24 11:50:38 +02:00
api_enablement_test.go add DefaultComponentGlobalsRegistry flags in ServerRunOptions 2024-06-10 17:50:22 +00:00
audit.go cleanup: delete unused AuditDynamicOptions in apiserver 2022-08-24 14:30:04 +08:00
audit_test.go Ensure the dir of --audit-log-path exists 2022-06-27 17:21:02 +03:00
authentication.go requestheaders: add a "requestheader-uid-headers" flag and wire it up 2023-02-16 11:28:50 +01:00
authentication_dynamic_request_header.go requestheaders: add a "requestheader-uid-headers" flag and wire it up 2023-02-16 11:28:50 +01:00
authentication_test.go requestheaders: add a "requestheader-uid-headers" flag and wire it up 2023-02-16 11:28:50 +01:00
authorization.go Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 17:31:05 -05:00
coreapi.go kubelet tracing 2021-10-10 09:17:27 -04:00
doc.go move apiserver options 2017-02-02 09:36:48 -05:00
egress_selector.go fix all keps links 404 for kep folder migration 2021-01-14 14:03:21 +08:00
etcd.go prioritize user EtcdOptions.StorageConfig.StorageObjectCountTracker 2024-04-18 23:02:16 +08:00
etcd_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-23 10:39:47 +02:00
feature.go apiserver/options: avoid segfault by handling unset core k8s client 2024-04-22 12:50:23 -06:00
recommended.go apiserver: declare kubeClient and dynamicClient as interface types to avoid panic 2024-08-13 11:25:11 +08:00
server_run_options.go Implement resilient watchcache initialization post-start-hook 2024-06-13 11:02:18 +02:00
server_run_options_test.go add DefaultComponentGlobalsRegistry flags in ServerRunOptions 2024-06-10 17:50:22 +00:00
serving.go Expose DisableHTTP2 flag in SecureServingOptions 2023-12-05 11:41:58 +05:30
serving_test.go Add version mapping in ComponentGlobalsRegistry. 2024-05-31 20:29:48 -07:00
serving_unix.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00
serving_unix_test.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00
serving_windows.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00
serving_with_loopback.go Switch the order of adding SNICert and creating LoopbackClientConfig 2021-04-22 23:17:39 +00:00
serving_with_loopback_test.go run hack/update-netparse-cve.sh 2021-08-20 01:16:14 +02:00
tracing.go fix memory leak from global MeterProvider 2024-08-28 14:20:46 +00:00
tracing_test.go cleanup: omit comparison with bool constants 2023-09-04 16:59:23 +08:00