update comment on the default DeletionPropagationPolicy

This commit is contained in:
Chao Xu
2017-03-03 15:07:15 -08:00
parent 67a6c68d77
commit 80686e67aa
3 changed files with 6 additions and 3 deletions

View File

@@ -3090,8 +3090,9 @@ type DeleteOptions struct {
OrphanDependents *bool
// Whether and how garbage collection will be performed.
// Defaults to Default.
// Either this field or OrphanDependents may be set, but not both.
// The default policy is decided by the existing finalizer set in the
// metadata.finalizers and the resource-specific default policy.
// +optional
PropagationPolicy *DeletionPropagation
}