mz_self_managed_debug::k8s_resource_dumper

Function spawn_dump_kubectl_describe_process

Source
pub fn spawn_dump_kubectl_describe_process<K>(
    context: Context,
    namespace: Option<String>,
) -> JoinHandle<()>
where K: Resource<DynamicType = ()>,
Expand description

Spawns a new task to run kubectl describe for a given resource type K and writes the output to a file.