Skip to main content

plan_delete_op

Function plan_delete_op 

Source
pub async fn plan_delete_op(
    t: &Transport,
    list_ids: &[String],
    namespace: Option<&str>,
) -> Result<DeletePlan>
Expand description

Resolve every selector before previewing, so the preview is accurate and an unresolved selector fails before any write. The resolved keys travel with the plan so the apply cannot resolve a different namespace than the preview showed.