kubernetes/pkg/proxy/iptables
Dan Winship c6cc056675 Replace iptables-proxy-specific SCTP e2e test with a unit test
We had a test that creating a Service with an SCTP port would create
an iptables rule with "-p sctp" in it, which let us test that
kube-proxy was doing vaguely the right thing with SCTP even if the e2e
environment didn't have SCTP support. But this would really make much
more sense as a unit test.
2022-12-13 16:21:12 -05:00
..
number_generated_rules_test.go pkg/proxy: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-08-14 18:27:33 +03:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go Replace iptables-proxy-specific SCTP e2e test with a unit test 2022-12-13 16:21:12 -05:00
proxier.go Don't re-run EnsureChain/EnsureRules on partial syncs 2022-11-29 09:42:49 -05:00