Jordan Liggitt and Kubernetes Publisher
2ee136681a
Drop meaningless ,inline from json tags
...
Kubernetes-commit: bed4a34ad8901d9a01efcb9594838f96ec9d4563
2026-04-07 13:30:08 -04:00
Joe Betz and Kubernetes Publisher
cb5515b8a4
Generate model names
...
Kubernetes-commit: f79a4d72f22a1808bf390a006005ec6374c14917
2026-05-07 17:18:34 -04:00
Joe Betz and Kubernetes Publisher
a531b706d7
Fix model names
...
Kubernetes-commit: 2eb4fbd60b730c119ea92d6888a22a777b40fb21
2026-05-07 16:20:20 -04:00
wangxiang and Kubernetes Publisher
d4b0af1e03
Remove unused register.go
...
Kubernetes-commit: 712a8d1fe244b8c060addd0b413d66fba9282f52
2025-10-15 19:47:43 +08:00
wangxiang and Kubernetes Publisher
56ddcd476d
chore(sample-controller): generate zz_generated.register.go
...
Kubernetes-commit: 65818671565270f219a1e74491535a529b54f300
2025-09-16 20:04:54 +08:00
Maciej Szulik and Kubernetes Publisher
c7133c2f84
Generate applyconfigurations and openapi for sample-controller
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
Kubernetes-commit: c45c6f184233227e49ab9bceacb709a229b756dd
2025-03-26 13:25:43 +01:00
Patrick Ohly and Kubernetes Publisher
15280d852f
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
Stephen Augustus and Kubernetes Publisher
acf6e5207b
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
Kubernetes-commit: 481cf6fbe753b9eb2a47ced179211206b0a99540
2021-08-12 17:13:11 -04:00
Sukeesh and Kubernetes Publisher
352bec995b
Update doc.go in staging/src/k8s.io/
...
Kubernetes-commit: c8bd20d1b289eadb6abc20f0868f4a5a6a668035
2019-06-25 22:43:44 +09:00
Chao Xu and Kubernetes Publisher
597a3c0528
generated
...
Kubernetes-commit: 369314959c1bf096c1d3502f10b28a00c3d12691
2019-05-24 17:46:39 -07:00
Baasbank and Kubernetes Publisher
c0d85825ce
fixes golint error in staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller/v1alpha1
...
fixes golint error in staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller
fixes golint errors in staging/src/k8s.io/sample-apiserver/pkg/cmd/server
fixex golint errors in staging/src/k8s.io/sample-apiserver/pkg/apiserver
Kubernetes-commit: 55d45867e6a8b6336be0c56da0b4843dd552b1b0
2019-05-03 23:10:40 +01:00
Jingyi Hu and Kubernetes Publisher
6d9191098e
*: Remove comment tags in GoDoc
...
Adding blank line between comment tag and package name in doc.go. So
that the comment tags such as '+k8s:deepcopy-gen=package' do not show up
in GoDoc.
Kubernetes-commit: 61117761cd4a1b2e6ad9ff2d7eb915f3d2739dc6
2018-09-04 14:08:32 -07:00
Dr. Stefan Schimanski and Kubernetes Publisher
901a363473
Update generated files
...
Kubernetes-commit: 1208437f84304ef4f73a6bf1770786bb436b75c9
2018-06-13 09:53:47 +02:00
Nikhita Raghunath and Kubernetes Publisher
ad67096f17
sample-controller: add status subresource support
...
- Add an example to show how to use status subresources
with custom resources.
- Update the comment in the controller to mention that
`UpdateStatus` can now be used.
- Generate `UpdateStatus` for Foo.
- Update the README to remove feature gate information for
CRD validation since the current example requires a v1.9
cluster and it is enabled by default.
- Update the README to add feature gate information for
CustomResourceSubResources.
Kubernetes-commit: 7c06d6fb17ee46f587c1facff93b9bb185522855
2018-02-18 18:45:38 +05:30
fisherxu and Kubernetes Publisher
9d231f2a2a
regenerated all files and remove all YEAR fields
...
Kubernetes-commit: b49ef6531c11f1c834e0d7591f5c965f6193c711
2018-01-22 20:37:53 +08:00
Kubernetes Publisher
b4d58f7643
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-15 10:08:36 +00:00
jennybuckley and Kubernetes Publisher
088168dd07
Run hack/update-all.sh
...
Kubernetes-commit: c8dacd8e631f59ef158c79156d77a99fd2a632cc
2018-02-26 17:16:14 -08:00
Christoph Blecker and Kubernetes Publisher
1c8ed500ee
Regenerate all generated code
...
Kubernetes-commit: 80e344644e2b6222296f2f03551a8d0273c7cbce
2018-01-02 00:21:07 -08:00
James Munnelly and Kubernetes Publisher
756ec2596b
Register metav1 types into samplecontroller api scheme
...
Kubernetes-commit: 9efe856979001b83d544fde99c9a2af3f8bcc170
2017-12-15 12:21:16 +00:00
Dr. Stefan Schimanski and Kubernetes Publisher
e46caf46ff
Update generated code
...
Kubernetes-commit: 1e79dfb959896f2e51be87ecef491452bd17724c
2017-11-09 12:27:20 +01:00
Dr. Stefan Schimanski and Kubernetes Publisher
04e0ebc686
deepcopy: remove deepcopy register tags
...
Kubernetes-commit: 72809a08b94650bc8988db37be3a2ee4c6ccd113
2017-11-09 12:40:14 +01:00
Nikhita Raghunath and Kubernetes Publisher
eaab325fad
typed client: add tags and script for code generation
...
Kubernetes-commit: 355279c86677efe1efbba32cccc0719548fc3c87
2017-10-25 12:45:59 +05:30
James Munnelly and Kubernetes Publisher
00e875e461
Add sample CustomResourceDefinition controller
...
sample-controller: add API types
sample-controller: regenerate files
sample-controller: add implementation
sample-controller: update bazel
sample-controller: update make-rules and cache_go_dirs
sample-controller: Set noStatus tag. Remove openapi-gen tag.
sample-controller: add deletion tombstone handling logic
sample-controller: update README, remove use of reflect in UpdateFuncs
sample-controller: add OWNERS file
sample-controller: add LICENSE
Kubernetes-commit: 740afa0e65bf44a95752fb863017a7cf14b476ad
2017-10-09 19:19:34 +01:00