kubernetes/pkg/util/iptables
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
..
testing Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
iptables.go Properly build-tag the Linux kube-proxy backend code 2023-12-18 20:20:51 -05:00
iptables_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
iptables_test.go fix: use generic set in pkg/util/iptables 2023-11-08 15:21:59 +00:00
monitor_test.go fix: use generic set in pkg/util/iptables 2023-11-08 15:21:59 +00:00
OWNERS Make pkg/util/iptables and pkg/util/ipvs owned by sig-network 2023-03-18 11:29:36 -04:00
save_restore.go Properly build-tag the Linux kube-proxy backend code 2023-12-18 20:20:51 -05:00
save_restore_test.go Properly build-tag the Linux kube-proxy backend code 2023-12-18 20:20:51 -05:00