Revert "Merge pull request 89667 from kmala/kubelet"

This reverts commit fa785a5706, reversing
changes made to cf13f8d994.
This commit is contained in:
Jordan Liggitt
2020-05-21 13:25:11 -04:00
parent bded41a817
commit 591e0043c8
5 changed files with 11 additions and 81 deletions

View File

@@ -285,6 +285,7 @@ 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
}