kubernetes/pkg/controller
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
..
bootstrap
certificates optimize certificate cleaner 2018-07-12 18:59:03 +08:00
cloud Merge pull request #65052 from dbdd4us/master 2018-07-11 22:25:03 -07:00
clusterroleaggregation
cronjob
daemon Safe encode template hash value to make it consistent with resource name 2018-07-13 09:52:26 -07:00
deployment Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to MaxInt32. 2018-07-27 10:10:30 -07:00
disruption
endpoint
garbagecollector add gonum graph representation of GC graph 2018-07-26 13:24:36 -04:00
history Safe encode template hash value to make it consistent with resource name 2018-07-13 09:52:26 -07:00
job
namespace
nodeipam Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
nodelifecycle
podautoscaler Merge pull request #65907 from jbartosik/hpa-improv-refactor-run-test 2018-07-24 16:28:13 -07:00
podgc
replicaset
replication Make conversion function names match expected values 2018-07-17 23:02:16 -04:00
resourcequota fixes operation for "create on update" 2018-07-10 17:22:09 +08:00
route
service
serviceaccount
statefulset Merge pull request #62943 from faraazkhan/master 2018-07-17 17:52:59 -07:00
testutil Merge pull request #65052 from dbdd4us/master 2018-07-11 22:25:03 -07:00
ttl
util/node
volume Add extra metrics for PV Controller 2018-07-19 15:36:37 +02:00
.import-restrictions
BUILD Safe encode template hash value to make it consistent with resource name 2018-07-13 09:52:26 -07:00
client_builder.go pkg/controller: remove old clientbuilder methods 2018-07-17 09:06:59 -07:00
controller_ref_manager.go
controller_ref_manager_test.go
controller_utils.go Safe encode template hash value to make it consistent with resource name 2018-07-13 09:52:26 -07:00
controller_utils_test.go
doc.go
lookup_cache.go
OWNERS