kubernetes/pkg/util
Dan Winship 4381973a44 Revert (most of) "Issue 70020; Flush Conntrack entities for SCTP"
This commit did not actually work; in between when it was first
written and tested, and when it merged, the code in
pkg/proxy/endpoints.go was changed to only add UDP endpoints to the
"stale endpoints"/"stale services" lists, and so checking for "either
UDP or SCTP" rather than just UDP when processing those lists had no
effect.

This reverts most of commit aa8521df66
(but leaves the changes related to
ipvs.IsRsGracefulTerminationNeeded() since that actually did have the
effect it meant to have).
2023-03-14 12:18:58 -04:00
..
async fix wrong statement in unittest of BoundedFrequencyRunner 2022-11-15 17:36:26 +08:00
bandwidth delete unused functions in pkg/util directory 2023-01-16 17:22:35 +08:00
config fix goroutine leaks in TestConfigurationChannels 2022-01-10 19:51:16 +08:00
conntrack Revert (most of) "Issue 70020; Flush Conntrack entities for SCTP" 2023-03-14 12:18:58 -04:00
coverage pkg/util/coverage: update fakeTestDeps impl 2022-08-25 17:23:49 -07:00
env hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
filesystem refactor: replace the ioutil by the os and io 2022-10-20 15:13:28 +08:00
flag fix:handle error and remove Redundant type conversion 2022-07-19 11:30:46 +08:00
flock generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
goroutinemap fix:handle error and remove Redundant type conversion 2022-07-19 11:30:46 +08:00
hash hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
interrupt delete unused functions in pkg/util directory 2023-01-16 17:22:35 +08:00
ipset Update k8s.io/utils to latest version 2023-02-04 11:05:22 -08:00
iptables Update k8s.io/utils to latest version 2023-02-04 11:05:22 -08:00
ipvs Merge pull request #115527 from sondinht/ipvs_sh 2023-02-14 04:25:30 -08:00
labels hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
node Move GetHostname() from k/k/pkg/util/node to k/component-helpers/node/util 2023-01-27 18:24:38 -05:00
oom refactor: replace the ioutil by the os and io 2022-10-20 15:13:28 +08:00
parsers hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pod Do not revert the pod condition if there might be running containers, skip condition update instead. 2022-11-07 16:22:29 +01:00
procfs delete unused functions in pkg/util directory 2023-01-16 17:22:35 +08:00
removeall unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
rlimit generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
slice add unit test coverage for pkg/util/slice 2022-06-30 15:21:37 +08:00
tail refactor: replace the ioutil by the os and io 2022-10-20 15:13:28 +08:00
taints Improve test readability by fixing previous code variables that could easily be changed and 2022-09-16 17:23:35 +08:00
tolerations hack/update-bazel.sh 2021-02-28 15:17:29 -08:00