kubernetes/pkg/api
Kubernetes Submit Queue a7a74b56da Merge pull request #40355 from gmarek/nc-taint-handling
Automatic merge from submit-queue (batch tested with PRs 39418, 41175, 40355, 41114, 32325)

TaintController

```release-note
This PR adds a manager to NodeController that is responsible for removing Pods from Nodes tainted with NoExecute Taints. This feature is beta (as the rest of taints) and enabled by default. It's gated by controller-manager enable-taint-manager flag.
```
2017-02-10 04:50:42 -08:00
..
annotations Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
endpoints start the apimachinery repo 2017-01-11 09:09:48 -05:00
errors Update bazel 2017-02-02 15:19:04 +01:00
events start the apimachinery repo 2017-01-11 09:09:48 -05:00
install Merge pull request #39797 from fraenkel/portforward_ws_api 2017-01-20 15:05:33 -08:00
meta add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
pod Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
resource Update generated files 2017-01-29 21:41:45 +01:00
service Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testapi Fix incorrect testapi groups 2017-01-18 14:02:01 +01:00
testing Introduce HPA v2 API Objects 2017-02-07 17:20:14 -05:00
unversioned move openapi types to pkg/openapi 2017-01-16 13:40:14 -05:00
util Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
v1 Merge pull request #40355 from gmarek/nc-taint-handling 2017-02-10 04:50:42 -08:00
validation Merge pull request #39369 from CallMeFoxie/validation-hostip 2017-02-06 20:57:18 -08:00
BUILD Implement runtime.Object <-> map[string]interface{} conversion 2017-02-10 10:53:27 +01:00
conversion.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
conversion_test.go pkg/api/testing: cut off fuzzers from static codecs 2017-02-02 06:58:28 +01:00
copy_test.go make round trip testing generic 2017-02-09 11:42:22 -05:00
deep_copy_test.go Remove the temporary fix for pre-1.0 mirror pods 2017-02-02 10:37:19 -08:00
defaulting_test.go make round trip testing generic 2017-02-09 11:42:22 -05:00
defaults.go move pkg/fields to apimachinery 2017-01-19 09:50:16 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
field_constants.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers.go Implement ttl controller 2017-02-09 13:53:32 +01:00
helpers_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
json.go Use versioned Taint/Toleration/AllowPods objects when marshalling 2017-01-18 12:52:14 -05:00
meta_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
node_example.json Change minion to node 2016-09-28 10:53:30 -07:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
ref.go move client/record 2017-01-31 19:14:13 -05:00
ref_test.go move client/record 2017-01-31 19:14:13 -05:00
register.go Move all *Options to metav1 2017-01-24 13:15:26 -05:00
replication_controller_example.json Initial Quobyte support 2016-08-18 17:13:50 +02:00
resource_helpers.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
resource_helpers_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
serialization_proto_test.go make round trip testing generic 2017-02-09 11:42:22 -05:00
serialization_test.go make round trip testing generic 2017-02-09 11:42:22 -05:00
types.go Move pkg/api.FinanlizerOrphan into metav1 2017-02-02 15:17:34 +01:00
unstructured_test.go Implement runtime.Object <-> map[string]interface{} conversion 2017-02-10 10:53:27 +01:00
zz_generated.deepcopy.go update generated files 2017-01-27 20:55:31 +08:00