k3s/test
Kubernetes Submit Queue f297ea966e Merge pull request #30838 from caesarxuchao/per-resource-orphan-behavior
Automatic merge from submit-queue

[GarbageCollector] Allow per-resource default garbage collection behavior

What's the bug:
When deleting an RC with `deleteOptions.OrphanDependents==nil`, garbage collector is supposed to treat it as `deleteOptions.OrphanDependents==true", and orphan the pods created by it. But the apiserver is not doing that.

What's in the pr:
Allow each resource to specify the default garbage collection behavior in the registry. For example, RC registry's default GC behavior is Orphan, and Pod registry's default GC behavior is CascadingDeletion.
2016-08-23 08:46:32 -07:00
..
component/scheduler/perf Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
e2e Merge pull request #30838 from caesarxuchao/per-resource-orphan-behavior 2016-08-23 08:46:32 -07:00
e2e_node Merge pull request #30941 from Random-Liu/remove-fatal-in-e2e-suite 2016-08-21 18:21:22 -07:00
fixtures/pkg/kubectl/cmd add subjectaccessreviews resource 2016-08-05 11:20:56 -04:00
images Add test for supplemental gid annotation to pv e2e test 2016-08-09 18:23:06 -04:00
integration Allow per-resource default garbage collection behavior 2016-08-22 11:37:04 -07:00
kubemark Fix heapster in kubemark 2016-08-22 15:38:02 +02:00
soak Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
utils Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
.gitattributes Add test/test_owners.csv, for automatic assignment of test failures. 2016-07-01 17:39:14 -07:00
OWNERS
test_owners.csv Update test assignments 2016-08-19 18:43:40 -07:00