Merge pull request #89667 from kmala/kubelet

Check for sandboxes before deleting the pod from apiserver
This commit is contained in:
Kubernetes Prow Robot
2020-05-19 23:40:18 -07:00
committed by GitHub
5 changed files with 81 additions and 11 deletions

View File

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