Peter Schuurman
af58b491ef
Update generated protobuf files
2022-11-08 07:48:09 -08:00
Peter Schuurman
7b3d77a41a
Adding implementation of KEP-3335, StatefulSetSlice
2022-11-08 07:48:00 -08:00
Mayank Kumar
357203d992
API: maxUnavailable for StatefulSet
2022-03-28 11:01:05 -07:00
Matthew Cary
f1d5d4df5a
tests for statefulset PersistentVolumeClaimDeletePolicy api change
2021-11-17 16:46:48 -08: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
Matthew Cary
aeb82243fc
Revert "tests for statefulset PersistentVolumeClaimDeletePolicy api change"
...
This reverts commit b259686b36
.
Change-Id: I25cc8ae8a9aa77d0bc483147d3f8fb65616a2b2b
2021-07-16 11:51:35 -07:00
Matthew Cary
b259686b36
tests for statefulset PersistentVolumeClaimDeletePolicy api change
...
Change-Id: I07c8e31a8c76a6a1022c08fb749af7e353b731de
2021-06-23 11:55:35 -07:00
ravisantoshgudimetla
5464b64981
generated: Changes for api introduced
2021-05-25 19:59:58 -04:00
ravisantoshgudimetla
49af835852
api: Introduce minReadySeconds,AvailableReplicas in Statefulset
...
The minReadySeconds field on StatefulSet specifies the minimum
number of seconds for which a newly created Pod should be
ready without any of its containers crashing, for it to
be considered available. The AvailableReplicas field
in the status reflects the replicas that are available
2021-05-25 19:59:57 -04:00
Jordan Liggitt
82107ff8ab
Restore statefulset conversion that populates apiVersion/kind in volume templates
2020-01-31 07:47:35 -05:00
wojtekt
7b6bcdf780
Autogenerated code
2019-10-24 20:21:00 +02:00
wojtekt
12bbbcc61b
autogenerated
2019-09-17 10:51:25 +02:00
Jordan Liggitt
572dfe6cb7
generated files
2018-10-25 21:12:57 -04:00
Clayton Coleman
ef561ba8b5
generated: Avoid use of reflect.Call in conversion code paths
2018-07-17 23:02:16 -04:00
Dr. Stefan Schimanski
f8de7cea40
Update generated files
2018-06-29 20:36:17 +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
Allen Petersen
3d69cea1e5
Update generated files
2018-01-02 22:13:19 -08:00
Christoph Blecker
80e344644e
Regenerate all generated code
2018-01-02 00:21:07 -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
Anirudh
45ab57fddc
Autogenerated
2017-11-09 12:48:23 -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
Jordan Liggitt
c7defb806f
Generated files
2017-08-25 15:01:08 -04:00
Di Xu
b36320beb1
auto-gen
2017-08-18 11:07:35 +08:00
Yinan Li
7ec391ebb1
Merge branch 'master' of github.com:kubernetes/kubernetes
2017-08-09 09:07:21 -07:00
Yinan Li
f4d596356a
Added changes as a result of running make update
2017-08-09 08:44:19 -07:00
Janet Kuo
a5e29c8af2
Autogen
2017-07-28 11:03:54 -07:00
Chao Xu
e185f7e277
run hack/update-codegen.sh
2017-06-22 11:30:58 -07:00
Chao Xu
cd7e7afaaa
run pkg/apis/make-origin-dir-compile, pkg/apis compile
2017-06-22 11:30:51 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Kenneth Owens
37a54d521a
Generated code
2017-06-12 10:08:46 -07:00
Kenneth Owens
1a784ef86f
Auto generated code for StatefulSet update
2017-06-06 13:47:19 -07:00
Kenneth Owens
ba128e6e41
Implements ControllerRevision API Object without codec and code
...
generation
2017-05-25 11:38:57 -07:00
Clayton Coleman
2861ae5eb9
Support burst in stateful set scale up and down
...
The alpha field podManagementPolicy defines how pods are created,
deleted, and replaced. The new `Parallel` policy will replace pods
as fast as possible, not waiting for the pod to be `Ready` or providing
an order. This allows for advanced clustered software to take advantage
of rapid changes in scale.
2017-05-21 01:14:26 -04:00
Sahdev P. Zala
08639023d0
Conversion generated code changes for golint fix
...
The exported or public functions requires a doc comment to pass golint.
This commit has changes of conversion generated code. The actual doc
changes are added into a separate commit for a clean review.
2017-04-11 15:34:51 -04:00
Jordan Liggitt
939ca532aa
generated files
2017-03-20 23:57:38 -04:00
deads2k
db0b0bd0f5
move metav1 conversions to metav1
2017-02-14 11:47:23 -05:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Jeff Grafton
fae627dd65
Update generated for 2017
2017-01-01 23:11:09 -08:00
Clayton Coleman
5df8cc39c9
refactor: generated
2016-12-03 19:10:46 -05:00
Janet Kuo
c25455e8b3
(Auto-gen) Run hack/update-all & update-bazel & update linted packages
2016-11-02 15:16:41 -07:00