Merge pull request #1943 from bergwolf/cleanup2

cleanup TODOs in runtime
This commit is contained in:
Peng Tao
2021-06-01 14:16:46 +08:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -1270,7 +1270,6 @@ func (s *Sandbox) DeleteContainer(ctx context.Context, containerID string) (VCCo
}
// StatusContainer gets the status of a container
// TODO: update container status properly, see kata-containers/runtime#253
func (s *Sandbox) StatusContainer(containerID string) (ContainerStatus, error) {
if containerID == "" {
return ContainerStatus{}, vcTypes.ErrNeedContainerID