apiserver/pkg/server/filters
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
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
content_type.go add a content-type filter to apiserver filters to autoset nosniff 2019-01-04 14:06:46 -08:00
content_type_test.go add a content-type filter to apiserver filters to autoset nosniff 2019-01-04 14:06:46 -08:00
cors.go apiserver: refactor cors filter 2022-11-03 09:29:47 -04:00
cors_test.go apiserver: CVE-2022-1996, validate cors-allowed-origins server option 2023-01-20 13:54:02 -05:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
goaway.go fix S1008 simplify bool returns 2020-06-26 10:39:16 -05:00
goaway_test.go refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07:00
hsts.go Fix HSTS Missing From HTTPS Server(Nessus Scanner) 2020-11-12 16:10:58 +08:00
longrunning.go Do not time-out profiler requests. 2018-01-02 14:42:01 +01:00
maxinflight.go Fix Go vet errors for master golang 2024-09-12 18:15:22 +05:30
maxinflight_test.go Generate and format files 2022-07-19 20:54:13 -04:00
priority-and-fairness.go flake: fix data race for TestApfWatchHandlePanic unit test 2025-03-12 10:44:49 +08:00
priority-and-fairness_test.go flake: fix data race for TestApfWatchHandlePanic unit test 2025-03-12 10:44:49 +08:00
timeout.go apimachinery runtime: support contextual logging 2023-11-20 20:25:00 +01:00
timeout_test.go refactor: Stop using ioutil in apiserver 2025-05-08 11:28:52 -07:00
waitgroup.go apiserver: refactor WithWaitGroup handler 2023-01-10 15:55:19 -05:00
watch_termination.go apiserver: terminate watch with a rate limiter during shutdown 2023-01-13 18:04:13 -05:00
watch_termination_test.go apiserver: terminate watch with a rate limiter during shutdown 2023-01-13 18:04:13 -05:00
with_retry_after.go Revert "Merge pull request #104281 from tkashem/not-ready-429" 2021-08-31 10:10:46 -04:00
with_retry_after_test.go Revert "Merge pull request #104281 from tkashem/not-ready-429" 2021-08-31 10:10:46 -04:00
wrap.go apimachinery runtime: support contextual logging 2023-11-20 20:25:00 +01:00
wrap_test.go Fix httplog not logging watch duration in separate goroutines 2024-06-21 10:03:31 +00:00