mz_self_managed_debug::k8s_resource_dumper

Function dump_kubectl_describe

Source
async fn dump_kubectl_describe<K>(
    context: &Context,
    namespace: Option<&String>,
) -> Result<(), Error>
where K: Resource<DynamicType = ()>,
Expand description

Runs kubectl describe for a given resource type K and writes the output to a file.