kubernetes/test/integration
Kubernetes Submit Queue 4d2a721223 Merge pull request #48707 from danielfm/node-restriction-pod-eviction-subresource
Automatic merge from submit-queue

Allow nodes to create evictions for its own pods in NodeRestriction admission controller

**What this PR does / why we need it**: This PR adds support for `pods/eviction` sub-resource to the NodeRestriction admission controller so it allows a node to evict pods bound to itself.

**Which issue this PR fixes**: fixes #48666

**Special notes for your reviewer**: The NodeRestriction already allows nodes to delete pods bound to itself, so allowing nodes to also delete pods via the Eviction API probably makes sense.

```release-note
NodeRestriction allows a node to evict pods bound to itself
```
2017-07-23 04:16:51 -07:00
..
apiserver Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
auth Merge pull request #48707 from danielfm/node-restriction-pod-eviction-subresource 2017-07-23 04:16:51 -07:00
client Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
configmap Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
defaulttolerationseconds Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
deployment Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
etcd Add new API version apps/v1beta2 2017-07-20 10:25:21 -07:00
evictions Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
examples use testmain in integration tests 2017-07-12 17:34:55 -07:00
federation Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
framework Addressed reviewer comments 2017-07-20 14:59:18 -07:00
garbagecollector Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
kubectl use testmain in integration tests 2017-07-12 17:34:55 -07:00
master Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
metrics Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
objectmeta Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
openshift use testmain in integration tests 2017-07-12 17:34:55 -07:00
pods Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
quota tighten quota controller interface 2017-07-19 15:36:45 -04:00
replicaset Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
replicationcontroller Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
scheduler Addressed reviewer comments 2017-07-20 14:59:18 -07:00
scheduler_perf Merge pull request #46117 from ravisantoshgudimetla/scheduler_perf_arch 2017-07-20 17:02:47 -07:00
secrets Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
serviceaccount Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
storageclasses Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
ttlcontroller Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
volume Move pkg/api/v1/ref -> client-go/tools/reference 2017-07-18 22:45:43 +02:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go add integration testing for bootstrap token auth 2017-07-20 22:34:21 +08:00