This commit is contained in:
Jun Xu 2017-04-27 22:01:54 -04:00 committed by Andrew Chen
parent fcecf1b7ed
commit d178aa22ec
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ blockOwnerDeletion is set automatically and you do not need to manually modify t
To control the cascading deletion policy, set the `deleteOptions.propagationPolicy`
field on your owner object. Possible values include "Orphan",
"Foregound", or "Background".
"Foreground", or "Background".
The default garbage collection policy for many controller resources is `orphan`,
including ReplicationController, ReplicaSet, StatefulSet, DaemonSet, and