kubernetes/pkg/api/validation
Kubernetes Submit Queue 760a51f03a Merge pull request #39469 from kevin-wangzefeng/forgiveness-API-changes
Automatic merge from submit-queue (batch tested with PRs 39469, 40557)

Forgiveness api changes

**What this PR does / why we need it**:
Splited from #34825 , contains api changes that are needed to implement forgiveness:
1. update toleration api types to support forgiveness, added a new field forgivenessSeconds to indicate the duration of time it tolerates a taint.
2. update taint api types, added a new field to indicate the time the taint is added.

**Which issue this PR fixes** : 
Related issue: #1574
Related PR: #34825 

**Special notes for your reviewer**:

**Release note**:

```release-note
forgiveness alpha version api definition
```
2017-01-27 10:38:31 -08:00
..
genericvalidation refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
testdata/v1 Check for an empty value in validateField 2016-05-30 14:12:18 +10:00
BUILD move pkg/api/validation/path to apimachinery 2017-01-27 08:49:29 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
events.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
events_test.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
schema.go fix validation errors in cli are cryptic 2017-01-21 00:44:48 +08:00
schema_test.go mechanical repercussions 2017-01-13 08:27:14 -05:00
validation.go Merge pull request #39469 from kevin-wangzefeng/forgiveness-API-changes 2017-01-27 10:38:31 -08:00
validation_test.go api changes of forgiveness phase1 2017-01-27 20:55:24 +08:00