Enum kube_core::params::PropagationPolicy [−][src]
pub enum PropagationPolicy {
Orphan,
Background,
Foreground,
}Expand description
Propagation policy when deleting single objects
Variants
Orphan dependents
Allow the garbage collector to delete the dependents in the background
A cascading policy that deletes all dependents in the foreground
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PropagationPolicyimpl Send for PropagationPolicyimpl Sync for PropagationPolicyimpl Unpin for PropagationPolicyimpl UnwindSafe for PropagationPolicyBlanket Implementations
Mutably borrows from an owned value. Read more