apiserver/pkg/server
Patrick Ohly b84662911c remove import doc comments
The "// import <path>" comment has been superseded by Go modules.
We don't have to remove them, but doing so has some advantages:

- They are used inconsistently, which is confusing.
- We can then also remove the (currently broken) hack/update-vanity-imports.sh.
- Last but not least, it would be a first step towards avoiding the k8s.io domain.

This commit was generated with
   sed -i -e 's;^package \(.*\) // import.*;package \1;' $(git grep -l '^package.*// import' | grep -v 'vendor/')

Everything was included, except for
   package labels // import k8s.io/kubernetes/pkg/util/labels
because that package is marked as "read-only".

Kubernetes-commit: 8a908e0c0bd96a3455edf7e3b5f5af90564e65b0
2024-12-02 14:43:58 +01:00
..
dynamiccertificates fix: enable compares rule from testifylint in module k8s.io/apiserver 2024-09-21 22:18:56 +02:00
egressselector EgressSelectorConfiguration now uses strict validation 2024-10-11 16:17:09 -07:00
filters remove import doc comments 2024-12-02 14:43:58 +01:00
healthz remove import doc comments 2024-12-02 14:43:58 +01:00
httplog remove import doc comments 2024-12-02 14:43:58 +01:00
mux remove import doc comments 2024-12-02 14:43:58 +01:00
options remove import doc comments 2024-12-02 14:43:58 +01:00
resourceconfig remove import doc comments 2024-12-02 14:43:58 +01:00
routes remove import doc comments 2024-12-02 14:43:58 +01:00
routine Fix httplog not logging watch duration in separate goroutines 2024-06-21 10:03:31 +00:00
storage remove import doc comments 2024-12-02 14:43:58 +01:00
config.go add statusz implementation and enablement in apiserver 2024-06-18 20:30:43 -07:00
config_selfclient.go Move the comment to the right line 2021-04-23 00:05:15 +00:00
config_selfclient_test.go run hack/update-netparse-cve.sh 2021-08-20 01:16:14 +02:00
config_test.go Add CBOR feature gates. 2024-11-04 10:40:19 -05:00
deleted_kinds.go Remove special case logic in apiserver to serve all APIs when binary version is set artifically to 0.0 2024-07-03 14:16:15 -04:00
deleted_kinds_test.go apiserver: Add API emulation versioning. 2024-01-19 16:07:00 -08:00
deprecated_insecure_serving.go Set idle and readheader timeouts 2021-07-27 11:58:45 -04:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
genericapiserver.go Wire serving codecs to CBOR feature gate. 2024-11-01 16:05:32 -04:00
genericapiserver_graceful_termination_test.go apiserver + controllers: enhance context support 2023-12-01 09:00:59 +01:00
genericapiserver_test.go Merge pull request #128196 from richabanker/move-version 2024-10-29 18:49:35 +00:00
graceful_shutdown_test.go api-machinery: stop using deprecated io/ioutil 2023-05-02 15:08:18 +02:00
handler.go remove duplicate call for ServeMux 2024-08-07 02:56:49 +05:30
healthz.go k8s.io/apiserver: refactor GenericAPIServer healthz code. 2023-11-15 12:36:04 -08:00
healthz_test.go Migrate to k8s.io/utils/clock in apiserver 2021-09-14 20:36:07 +02:00
hooks.go fully remove StopCh 2024-09-13 12:08:57 +03:00
lifecycle_signals.go apiserver: watch gets notified on server shutdown signal 2023-01-13 18:02:41 -05:00
plugins.go Add MutatingAdmissionPolicy plugin to admission chain 2024-10-25 13:46:58 -04:00
read_write_deadline_test.go add test to document request timeout behavior 2024-05-07 13:52:18 -04:00
secure_serving.go 📝 output log when server shutdown is failed 2024-11-21 00:58:27 +09:00
signal.go make Kubelet bootstrap certificate signal aware 2020-07-04 12:08:04 +08:00
signal_posix.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00
signal_windows.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00
storage_readiness_hook.go Implement resilient watchcache initialization post-start-hook 2024-06-13 11:02:18 +02:00
storage_readiness_hook_test.go fully remove StopCh 2024-09-13 12:08:57 +03:00