Kubernetes Submit Queue
5d4d596667
Merge pull request #36438 from mwielgus/pdb-generation
...
Automatic merge from submit-queue
Use generation in pod disruption budget
Fixes #35324
Previously it was possible to use allowedDirsruptions calculated for the previous spec with the current spec. With generation check API servers always make sure that allowedDisruptions were calculated for the current spec.
At the same time I set the registry policy to only accept updates if the version based on which the update was made matches to the current version in etcd. That ensures that parallel eviction executions don't use the same allowed disruption.
cc: @davidopp @kargakis @wojtek-t
2016-11-09 10:02:29 -08:00
Marcin
ada53fab42
Autogenerated stuff for PDB status observed generation
2016-11-08 17:06:18 +01:00
Maciej Szulik
01a72b2e7c
Generated changes
2016-11-07 12:45:02 +01:00
Marcin
1fee246ca9
Autogenerated stuff for policy/v1beta1 api change
2016-11-06 19:37:33 +01:00
Kubernetes Submit Queue
c80acb4cb8
Merge pull request #35481 from smarterclayton/apidoc
...
Automatic merge from submit-queue
Describe graceful deletionTimestamp more accurately
Spawned from #34160
2016-11-05 18:51:47 -07:00
Clayton Coleman
0be25e481b
generated: docs
2016-11-04 23:38:37 -04:00
Benjamin Bauer
2e7195fbcb
Updated openapi spec, swagger spec, and swagger doc
2016-11-04 10:58:42 -07:00
Marcin
3872a47074
Autogenerated code and docs
2016-11-03 18:36:32 +01:00
Janet Kuo
c25455e8b3
(Auto-gen) Run hack/update-all & update-bazel & update linted packages
2016-11-02 15:16:41 -07:00
mbohlool
c2f99d2e5f
Remove extra generated OpenAPI spec from an outdated git client
2016-11-01 01:13:24 -07:00
Angus Salkeld
3a08cf0619
Correct the article in generated documents
...
For example:
"a Ingress" > "an Ingress"
2016-10-31 09:46:29 +10:00
Kubernetes Submit Queue
8e213a4a26
Merge pull request #35390 from kargakis/update-eviction-comment
...
Automatic merge from submit-queue
apis: update comment for Eviction resource
2016-10-30 03:53:19 -07:00
Clayton Coleman
edd5262e03
generated: API docs
2016-10-28 11:30:12 -04:00
Kubernetes Submit Queue
e37b7cbde0
Merge pull request #35663 from janetkuo/statefulset
...
Automatic merge from submit-queue
Rename PetSet to StatefulSet
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**: #35534
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*:
**Special notes for your reviewer**: cc @erictune @foxish @kubernetes/sig-apps @ymqytw
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-10-27 20:16:50 -07:00
Janet Kuo
74dbfdca97
(Auto-gen) Run update-all.sh, codecgen, munge docs, and bazel
2016-10-27 17:25:10 -07:00
Michail Kargakis
cf9fd31d00
extensions: generated changes for perma-failed deployments
2016-10-27 12:56:55 +02:00
Chao Xu
0a896a9e57
remove versioned LabelSelector definitions
2016-10-26 13:50:13 -07:00
gmarek
24975aad30
Revert "remove versioned LabelSelector definitions"
...
This reverts commit 1ace8fa9ce
.
2016-10-26 16:52:02 +02:00
Michail Kargakis
3eaa6ca4a6
apis: update comment for Eviction resource
2016-10-26 13:46:11 +02:00
Chao Xu
1ace8fa9ce
remove versioned LabelSelector definitions
2016-10-25 22:09:02 -07:00
mbohlool
cf181f91a7
Update OpenAPI specs
2016-10-25 14:27:48 -07:00
Kubernetes Submit Queue
c0b7b75713
Merge pull request #35057 from rhcarvalho/typos
...
Automatic merge from submit-queue
Fix some typos
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**: fixes a typo an its auto-generated repetitions.
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
NONE
```
2016-10-25 11:02:08 -07:00
mbohlool
a6517173ee
Generated openapi spec
2016-10-22 02:43:42 -07:00
Mike Danese
df713b478c
fix tests by declaring testdata
2016-10-21 17:32:32 -07:00
Michail Kargakis
a4694ef1af
Generated changes for lastProbeTime removal
2016-10-20 15:16:46 +02:00
Rodolfo Carvalho
c75ddfe76d
Fix some typos
2016-10-18 18:24:38 +02:00
Kubernetes Submit Queue
523fce990a
Merge pull request #32781 from lukaszo/ready_ds
...
Automatic merge from submit-queue
Add ReadyScheduled to DaemonSet status
Fixes #25605
cc @bgrant0607 @mikedanese
2016-10-13 00:25:56 -07:00
mbohlool
f022419d6c
generated openapi spec
2016-10-12 14:54:13 -07:00
Łukasz Oleś
4ebe1f666a
Generated part for NumberReady
2016-10-12 15:36:01 +02:00
Kubernetes Submit Queue
f9e8ee8fe8
Merge pull request #33905 from kargakis/replica-set-conditions
...
Automatic merge from submit-queue
Replica set conditions API
Partially addresses https://github.com/kubernetes/kubernetes/issues/32863
@kubernetes/sig-apps
2016-10-12 05:10:45 -07:00
Matt Liggett
1b3619d8eb
// update-all.sh
2016-10-10 11:29:40 -07:00
Michail Kargakis
5589469948
Generated code for RS/RC conditions
2016-10-10 18:34:01 +02:00
mbohlool
2a180d89c8
Generated openapi spec
2016-10-05 16:03:18 -07:00
Ilya Dmitrichenko
209cea6694
Run `./hack/update-openapi-spec.sh`
2016-10-02 11:46:01 +01:00
mbohlool
1809f06a2c
Generated openapi-spec
2016-09-29 17:03:31 -07:00