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
Joe Betz
2595aa1309
generate
2024-09-03 14:26:26 -04:00
Stephen Augustus
481cf6fbe7
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-08-24 15:47:49 -04:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
wojtekt
7b6bcdf780
Autogenerated code
2019-10-24 20:21:00 +02:00
wojtekt
d7011f1bdb
Cleanup explicitly registered functions
2019-10-24 20:21:00 +02:00
Tim Allclair
d54879862b
Update generated files
2019-08-09 11:13:07 -07:00
Yassine TIJANI
009658d643
Introduce topology into the runtimeClass API
...
Co-authored-by: Tim Allclair <tallclair@google.com >
2019-08-09 11:13:07 -07:00
Eric Ernst
5e09568c8e
pod-overhead: autogenerated code updates
...
Signed-off-by: Eric Ernst <eric.ernst@intel.com >
2019-06-18 08:05:35 -07:00
Eric Ernst
bcb046a443
pod-overhead: add Overhead to RuntimeClass
...
Co-authored-by: Tim Allclair <tallclair@google.com >
Signed-off-by: Eric Ernst <eric.ernst@intel.com >
2019-06-18 08:05:35 -07:00
Yassine TIJANI
480d5e47b6
Revert "Introduce topology into the runtimeClass API"
2019-05-31 20:49:40 +00:00
Tim Allclair
2e384858f0
regenerate
2019-05-22 08:48:57 -07:00
Tim Allclair
10c514725b
Update types from api review
2019-05-22 08:48:57 -07:00
Yassine TIJANI
a7ca6fa728
update gofmt
2019-04-25 20:50:26 +02:00
Tim Allclair
d2a87d5afc
Clean up RuntimeClass Topology documentation
2019-04-23 17:06:09 -07:00
Yassine TIJANI
3285db8649
add output topology
2019-04-20 02:40:10 +02:00
Yassine TIJANI
02288bc34f
reuse autoconversion
2019-04-20 01:52:00 +02:00
Yassine TIJANI
e39d18f0c0
introduce topology into the runtimeClass API
2019-04-16 01:12:12 +02:00
Tim Allclair
428e9fa329
generated files
2019-03-07 11:57:12 -08:00
Tim Allclair
63f61a6714
Migrate RuntimeClass to internal API
2019-03-07 11:07:54 -08:00