apiserver/pkg/server/options
Karl Isenberg 46dd96ca03 refactor: Stop using ioutil in apiserver
- The ioutl package is deprecated. Migrate to os package functions.

Kubernetes-commit: f93e4645c18c6f56bfddc158ef7b3f674b3c41dd
2025-05-08 11:28:52 -07: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 kmsv2: run KDF tests in parallel 2024-10-16 15:01:35 -04:00
testdata apiserver: decrease timeout for TestKMSHealthzEndpoint 2024-03-27 20:58:35 +01:00
OWNERS Add enj to apiserver options approver 2023-07-11 16:07:44 -04:00
admission.go Add MutatingAdmissionPolicy plugin to admission chain 2024-10-25 13:46:58 -04:00
admission_test.go Add MutatingAdmissionPolicy plugin to admission chain 2024-10-25 13:46:58 -04:00
api_enablement.go Add emulation forward compatibility into api enablement and RemoveDeletedKinds. 2025-02-04 10:11:56 -08: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 refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07:00
authentication.go featuregate UID in RequestHeader authenticator 2024-12-04 15:44:45 +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 refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07: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 remove import doc comments 2024-12-02 14:43:58 +01:00
egress_selector.go fix all keps links 404 for kep folder migration 2021-01-14 14:03:21 +08:00
etcd.go Add example in etcd override flag help text 2024-09-04 12:28:53 -07: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 bug fix: fix version order in emulation forward compatibility. 2025-04-07 18:38:43 -07:00
server_run_options_test.go Add option to explicitly enable future gv or gvr in runtime-config. 2025-02-07 16:43:58 -08:00
serving.go Expose DisableHTTP2 flag in SecureServingOptions 2023-12-05 11:41:58 +05:30
serving_test.go refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -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 adjusting loopback certificate validity in kube-apiserver 2025-02-08 19:43:48 +08:00
serving_with_loopback_test.go run hack/update-netparse-cve.sh 2021-08-20 01:16:14 +02:00
tracing.go refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07:00
tracing_test.go refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07:00