containerd / rust-extensions

Rust crates to extend containerd
https://containerd.io
Apache License 2.0
172 stars 66 forks source link

support PodSandboxStatusRequest for containerd_client #284

Open liaozhaoyan opened 2 months ago

liaozhaoyan commented 2 months ago

I want to use containerd_client to inpect pod, use crictl like:

crictl -D inspectp 0eee6802021a0
DEBU[0000] PodSandboxStatusRequest: &PodSandboxStatusRequest{PodSandboxId:0eee6802021a0,Verbose:true,} 

However, it is not supported at the moment. This is a commonly used feature. I'm really looking forward to being able to support it on version 0.6, best regards.