kubernetes/pkg/probe
Patrick Ohly 8a908e0c0b 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".
2024-12-02 16:59:34 +01:00
..
exec Move pkg/kubelet/cri/remote to cri-client 2024-05-14 10:58:18 +02:00
grpc fix: enable nil-compare and error-nil rules from testifylint in module k8s.io/kubernetes 2024-09-25 06:02:47 +02:00
http Merge pull request #114606 from tuunit/bugfix-case-sensitive-headers 2023-05-15 22:05:36 -07:00
tcp use custom dialer for tcp probes 2023-01-22 16:57:41 +00:00
dialer_others.go add custom dialer optimized for probes 2023-01-22 16:57:32 +00:00
dialer_windows.go add custom dialer optimized for probes 2023-01-22 16:57:32 +00:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
probe.go fix typo in probe.go 2019-06-06 12:20:50 +09:00
util.go Align lifecycle handlers and probes 2022-10-19 09:51:52 -07:00
util_test.go [UT] add increase coverage for probe/util.go 2023-03-10 14:14:41 +08:00