yue9944882
56a6e076a9
clean up node expansion
2018-07-10 11:01:15 +08:00
wojtekt
0950084137
Autogenerated stuff
2018-06-27 13:31:10 +02:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
xuzhonghu
578d7e266b
rm dead auto gen code
2018-06-14 10:07:48 +08:00
Jordan Liggitt
846cbe4e6b
Revert "Auto-generated code for the Vertical Pod Autoscaler API."
...
This reverts commit da65f30e2a
.
2018-06-07 14:46:17 -04:00
kgrygiel
da65f30e2a
Auto-generated code for the Vertical Pod Autoscaler API.
2018-06-06 13:00:55 +02:00
Slava Semushin
6767e233ed
Update generated files.
...
In order to make it compilable I had to remove these files manually:
pkg/client/listers/extensions/internalversion/podsecuritypolicy.go
pkg/client/informers/informers_generated/internalversion/extensions/internalversion/podsecuritypolicy.go
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/podsecuritypolicy.go
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake/fake_podsecuritypolicy.go
2018-04-11 18:35:24 +02:00
fisherxu
b49ef6531c
regenerated all files and remove all YEAR fields
2018-03-08 17:52:48 +08:00
jennybuckley
c8dacd8e63
Run hack/update-all.sh
2018-02-26 17:16:14 -08:00
Jeff Grafton
ef56a8d6bb
Autogenerated: hack/update-bazel.sh
2018-02-16 13:43:01 -08:00
Christoph Blecker
80e344644e
Regenerate all generated code
2018-01-02 00:21:07 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Saad Ali
9f294c1ad0
Generated files for new VolumeAttachemnt object
2017-11-14 17:08:49 -08:00
Kubernetes Submit Queue
ae2edc439e
Merge pull request #55413 from liggitt/internal-autoscaling
...
Automatic merge from submit-queue (batch tested with PRs 53047, 54861, 55413, 55395, 55308). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Switch internal scale type to autoscaling, enable apps/v1 scale subresources
xref #49504
* Switch workload internal scale type to autoscaling.Scale (internal-only change)
* Enable scale subresources for apps/v1 deployments, replicasets, statefulsets
```release-note
NONE
```
2017-11-10 07:00:44 -08:00
mbohlool
4568e0530c
Update generated files for MutatingWebhookConfiguration
2017-11-09 15:33:50 -08:00
mbohlool
cb43840492
Update generated files
2017-11-09 11:39:52 -08:00
Jordan Liggitt
f927f2ab89
generated files
2017-11-09 13:42:15 -05:00
Dr. Stefan Schimanski
bec617f3cc
Update generated files
2017-11-09 12:14:08 +01:00
Dr. Stefan Schimanski
012b085ac8
pkg/apis/core: mechanical import fixes in dependencies
2017-11-09 12:14:08 +01:00
Nikhita Raghunath
e9bb42d3bc
remove generated files with tpr
2017-11-03 21:16:51 +05:30
Nikhita Raghunath
6a87d99a38
generated files: remove tpr
2017-11-03 21:16:10 +05:30
Christian Heimes
5f9d8ba5a1
Run hack/update-bazel.sh
...
Signed-off-by: Christian Heimes <cheimes@redhat.com>
2017-10-19 23:44:34 +02:00
Christian Heimes
477aadaa2f
Regenerate code with hack/update-codegen.sh
...
Signed-off-by: Christian Heimes <cheimes@redhat.com>
2017-10-19 22:26:13 +02:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Chen Rong
ed8adf6e51
generated
2017-09-01 19:11:19 +08:00
Dr. Stefan Schimanski
6bc9f3fba6
Update generated files
2017-08-15 11:56:46 +02:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
jianglingxia
c412849722
statefulset_expansion.go delete ps define
2017-07-24 14:24:16 +08:00
Chao Xu
09ee053ceb
remove external clientset, listers, informers from kubernetes
2017-07-21 13:35:23 -07:00
Janet Kuo
56f16346d2
Autogen
...
make clean && make generated_files && hack/update-all.sh
2017-07-20 14:16:43 -07:00
Bobby (Babak) Salamat
e827e1ba87
autogenerated files
2017-07-18 17:47:57 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
e185f7e277
run hack/update-codegen.sh
2017-06-22 11:30:58 -07:00
Chao Xu
985535fe9a
manually remove pkg/client/listers/policy/v1alpha1
2017-06-22 11:30:58 -07:00
Chao Xu
cde4772928
run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles
2017-06-22 11:30:52 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Janet Kuo
d02f40a5e7
Implement DaemonSet history logic in controller
...
1. Create controllerrevisions (history) and label pods with template
hash for both RollingUpdate and OnDelete update strategy
2. Clean up old, non-live history based on revisionHistoryLimit
3. Remove duplicate controllerrevisions (the ones with the same template)
and relabel their pods
4. Update RBAC to allow DaemonSet controller to manage
controllerrevisions
5. In DaemonSet controller unit tests, create new pods with hash labels
2017-06-03 00:44:23 -07:00
Chao Xu
ec787db460
generated
2017-05-31 09:57:20 -07:00
Dan Winship
0923f860f1
Regenerate files
2017-05-28 10:11:02 -04:00
Chao Xu
89e506c46a
generated
2017-05-26 00:14:11 -07:00
Chao Xu
bc9b305f17
generated clients
2017-05-26 00:03:53 -07:00
Kenneth Owens
ba128e6e41
Implements ControllerRevision API Object without codec and code
...
generation
2017-05-25 11:38:57 -07:00
zhengjiajin
dc48a5abc9
/pkg/client/listers: fix some typo
2017-05-24 13:59:03 +08:00
Andy Goldstein
11e4f149d9
Fix typo in lister-gen, regenerate
...
NamespaeLister -> NamespaceLister
2017-05-01 12:18:45 -04:00
Chao Xu
ee61ffb4b1
bazel
2017-04-26 14:41:10 -07:00
Chao Xu
0bac9b6aaa
update list-gen to not import internal package in external listers
2017-04-26 14:41:09 -07:00
Anthony Yeh
ad026026e0
Job: Update Lister documentation for ControllerRef.
...
The Job Listers still use selectors, because this is the
behavior expected by callers. This clarifies the meaning of the
returned list. Some callers may need to switch to using
GetControllerOf() instead, but that is a separate, case-by-case issue.
2017-04-19 14:03:36 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Kubernetes Submit Queue
d306acca86
Merge pull request #42175 from enisoc/controller-ref-dep
...
Automatic merge from submit-queue
Deployment: Fully Respect ControllerRef
**What this PR does / why we need it**:
This is part of the completion of the [ControllerRef](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md ) proposal. It brings Deployment into full compliance with ControllerRef. See the individual commit messages for details.
**Which issue this PR fixes**:
This ensures that Deployment does not fight with other controllers over control of Pods and ReplicaSets.
Ref: https://github.com/kubernetes/kubernetes/issues/24433
**Special notes for your reviewer**:
**Release note**:
```release-note
Deployment now fully respects ControllerRef to avoid fighting over Pods and ReplicaSets. At the time of upgrade, **you must not have Deployments with selectors that overlap**, or else [ownership of ReplicaSets may change](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md#upgrading ).
```
cc @erictune @kubernetes/sig-apps-pr-reviews
2017-03-07 20:44:36 -08:00