pub fn spawn_dump_kubectl_describe_process<K>(
context: Context,
namespace: Option<String>,
) -> JoinHandle<()>
Expand description
Spawns a new task to run kubectl describe
for a given resource type K and writes the output to a file.
pub fn spawn_dump_kubectl_describe_process<K>(
context: Context,
namespace: Option<String>,
) -> JoinHandle<()>
Spawns a new task to run kubectl describe
for a given resource type K and writes the output to a file.