Merge pull request #6784 from markmandel/propagationPolicy
Cascading deletion policy correction
This commit is contained in:
@@ -102,8 +102,8 @@ the background.
|
|||||||
|
|
||||||
### Setting the cascading deletion policy
|
### Setting the cascading deletion policy
|
||||||
|
|
||||||
To control the cascading deletion policy, set the `deleteOptions.propagationPolicy`
|
To control the cascading deletion policy, set the `propagationPolicy`
|
||||||
field on your owner object. Possible values include "Orphan",
|
field on the `deleteOptions` argument when deleting an Object. Possible values include "Orphan",
|
||||||
"Foreground", or "Background".
|
"Foreground", or "Background".
|
||||||
|
|
||||||
Prior to Kubernetes 1.9, the default garbage collection policy for many controller resources was `orphan`.
|
Prior to Kubernetes 1.9, the default garbage collection policy for many controller resources was `orphan`.
|
||||||
|
|||||||
Reference in New Issue
Block a user