tests_fuzz::utils::pod_failure

Function recover_pod_failure

Source
pub async fn recover_pod_failure(
    client: Client,
    namespace: &str,
    name: &str,
) -> Result<()>
Expand description

Recovers a pod from a failure by deleting the associated PodChaos resource.

This function deletes the PodChaos custom resource with the specified name, effectively recovering the pod from the injected failure.