kubernetes/pkg/probe
Patrick Ohly ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
exec remove usage o ExecProbeTimeout 2025-10-20 18:52:54 +00:00
grpc HealthChecker has a List method 2025-05-18 12:52:13 -04: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 build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
dialer_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01: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