mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
added comment to track conformance promotion in future.
This commit is contained in:
parent
d7bcae8b96
commit
8509b293ba
@ -461,6 +461,8 @@ var _ = SIGDescribe("Garbage collector", func() {
|
|||||||
gatherMetrics(f)
|
gatherMetrics(f)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// deleteOptions.OrphanDependents is deprecated in 1.7 and preferred to use the PropagationPolicy.
|
||||||
|
// Discussion is tracked under https://github.com/kubernetes/kubernetes/issues/65427 to promote for conformance in future.
|
||||||
It("should orphan pods created by rc if deleteOptions.OrphanDependents is nil", func() {
|
It("should orphan pods created by rc if deleteOptions.OrphanDependents is nil", func() {
|
||||||
clientSet := f.ClientSet
|
clientSet := f.ClientSet
|
||||||
rcClient := clientSet.CoreV1().ReplicationControllers(f.Namespace.Name)
|
rcClient := clientSet.CoreV1().ReplicationControllers(f.Namespace.Name)
|
||||||
|
Loading…
Reference in New Issue
Block a user