use runtime sandbox status instead of calling cri

This commit is contained in:
Keerthan Reddy,Mala
2020-04-01 14:30:12 -07:00
parent c24349e9f2
commit 70e2559aca
4 changed files with 9 additions and 32 deletions

View File

@@ -281,7 +281,6 @@ type PodStatus struct {
// Status of containers in the pod.
ContainerStatuses []*ContainerStatus
// Status of the pod sandbox.
// Only for kuberuntime now, other runtime may keep it nil.
SandboxStatuses []*runtimeapi.PodSandboxStatus
}