kubernetes/pkg/apis/flowcontrol
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
..
fuzzer apiserver: allow zero value for the 'nominalConcurrencyShares' field 2023-10-30 08:18:40 -04:00
install flowcontrol: set the serialization version to v1 2023-12-25 14:24:50 +08:00
internalbootstrap apiserver: apf controller, bootstrap, tests should use flowcontrol v1 API 2023-10-30 08:18:35 -04:00
util hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 remove import doc comments 2024-12-02 16:59:34 +01:00
v1beta1 remove import doc comments 2024-12-02 16:59:34 +01:00
v1beta2 remove import doc comments 2024-12-02 16:59:34 +01:00
v1beta3 remove import doc comments 2024-12-02 16:59:34 +01:00
validation remove general avaliable feature-gate ZeroLimitedNominalConcurrencyShares 2024-10-18 14:32:43 +08:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
register.go non-generated api models misc 2019-10-29 12:26:12 +08:00
types.go rename the roundtrip annotation, forbid it in v1 2023-10-30 18:22:51 -04:00
zz_generated.deepcopy.go Update generated code for APF borrowing by exempt 2023-07-14 01:00:06 +00:00