k3s/pkg/apis/extensions
Kubernetes Submit Queue 259e0743f1
Merge pull request #66581 from janetkuo/deploy-progress
Automatic merge from submit-queue. 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>.

 Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to MaxInt32

**What this PR does / why we need it**: Default values should be set in all API versions, because defaulting happens whenever a serialized version is read. When we switched to `apps/v1` as the storage version in `1.10` (#58854), `extensions/v1beta1` `DeploymentSpec.ProgressDeadlineSeconds` gets `apps/v1` default value (`600`) instead of being unset. 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #66135 

**Special notes for your reviewer**: We need to cherrypick this fix to 1.10 and 1.11. Note that this fix will only help people who haven't upgraded to 1.10 or 1.11 when the storage version is changed. 

@kubernetes/sig-apps-bugs 

**Release note**:

```release-note
NONE
```
2018-07-31 09:30:59 -07:00
..
fuzzer Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
install Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
v1beta1 Merge pull request #66581 from janetkuo/deploy-progress 2018-07-31 09:30:59 -07:00
validation change not valid to invalid 2018-07-18 14:11:22 +08:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS Remove myself (timothysc) from OWNERS files on areas that I do not 2018-02-12 18:56:41 -06:00
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
register.go PSP: move internal types from extensions to policy. 2018-04-11 18:35:09 +02:00
types.go Update API doc of ProgressDeadlineSeconds 2018-07-27 10:10:30 -07:00
zz_generated.deepcopy.go Update generated files 2018-06-13 12:35:13 +02:00