apiserver/pkg/apis/audit
Patrick Ohly b84662911c 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".

Kubernetes-commit: 8a908e0c0bd96a3455edf7e3b5f5af90564e65b0
2024-12-02 14:43:58 +01:00
..
fuzzer sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
install remove audit.k8s.io/v1[alpha|beta]1 versions 2022-02-13 13:23:49 +08:00
v1 remove import doc comments 2024-12-02 14:43:58 +01:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:36:15 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
helpers.go Implement audit policy logic 2017-06-13 20:47:28 +00:00
register.go apimachinery: Remove cloner from scheme 2017-11-09 12:27:06 +01:00
types.go Fix API docs for audit APIs 2023-10-03 17:18:23 +08:00
zz_generated.deepcopy.go apiserver: add OmitManagedFields to audit API 2021-10-06 14:47:19 -04:00