kubernetes/pkg/apis/apps
Kubernetes Submit Queue a4f6cae9c9 Merge pull request #38741 from sandflee/validate-activeDeadline
Automatic merge from submit-queue

validate activeDeadlineSeconds in rs/rc

**What this PR does / why we need it**:
if setting activeDeadlineSeconds, deployment will continuously created new pods after old pod dies.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #38684

**Special notes for your reviewer**:

**Release note**:

```release-note
ActiveDeadlineSeconds is validated in workload controllers now, make sure it's not set anywhere (it shouldn't be set by default and having it set means your controller will restart the Pods at some point)
```
2017-03-29 14:53:13 -07:00
..
install separate announce factories 2017-01-23 08:02:14 -05:00
v1beta1 generated files 2017-03-20 23:57:38 -04:00
validation validate activeDeadlineSeconds in long run controller 2017-03-01 18:13:10 +08:00
BUILD Generated changes for apps/v1beta1.deployments 2017-03-01 15:14:41 +01:00
doc.go Remove inert incorrect groupName comment for apps API group 2016-12-09 22:19:55 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/apis 2016-11-09 10:18:01 -08:00
register.go Deployments under apps/v1beta1 with new defaults 2017-03-01 15:14:41 +01:00
types.go Move APIs and core code to use metav1.ObjectMeta 2017-01-17 16:17:18 -05:00
zz_generated.deepcopy.go generated: staging 2017-01-17 16:17:20 -05:00