async fn dump_kubectl_describe<K>( context: &Context, namespace: Option<&String>, ) -> Result<(), Error>where K: Resource<DynamicType = ()>,
Runs kubectl describe for a given resource type K and writes the output to a file.
kubectl describe