fake remote runtime should call correct method on remove pod sandbox
This commit is contained in:
parent
70e2559aca
commit
9b9cf33771
@ -112,7 +112,7 @@ func (f *RemoteRuntime) StopPodSandbox(ctx context.Context, req *kubeapi.StopPod
|
|||||||
// This call is idempotent, and must not return an error if the sandbox has
|
// This call is idempotent, and must not return an error if the sandbox has
|
||||||
// already been removed.
|
// already been removed.
|
||||||
func (f *RemoteRuntime) RemovePodSandbox(ctx context.Context, req *kubeapi.RemovePodSandboxRequest) (*kubeapi.RemovePodSandboxResponse, error) {
|
func (f *RemoteRuntime) RemovePodSandbox(ctx context.Context, req *kubeapi.RemovePodSandboxRequest) (*kubeapi.RemovePodSandboxResponse, error) {
|
||||||
err := f.RuntimeService.StopPodSandbox(req.PodSandboxId)
|
err := f.RuntimeService.RemovePodSandbox(req.PodSandboxId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user