mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
Merge pull request #128902 from champly/fix-params-typo
Fix CRI StopPodSandbox params typo
This commit is contained in:
commit
263383e28d
@ -72,7 +72,7 @@ type PodSandboxManager interface {
|
|||||||
RunPodSandbox(ctx context.Context, config *runtimeapi.PodSandboxConfig, runtimeHandler string) (string, error)
|
RunPodSandbox(ctx context.Context, config *runtimeapi.PodSandboxConfig, runtimeHandler string) (string, error)
|
||||||
// StopPodSandbox stops the sandbox. If there are any running containers in the
|
// StopPodSandbox stops the sandbox. If there are any running containers in the
|
||||||
// sandbox, they should be force terminated.
|
// sandbox, they should be force terminated.
|
||||||
StopPodSandbox(pctx context.Context, odSandboxID string) error
|
StopPodSandbox(ctx context.Context, podSandboxID string) error
|
||||||
// RemovePodSandbox removes the sandbox. If there are running containers in the
|
// RemovePodSandbox removes the sandbox. If there are running containers in the
|
||||||
// sandbox, they should be forcibly removed.
|
// sandbox, they should be forcibly removed.
|
||||||
RemovePodSandbox(ctx context.Context, podSandboxID string) error
|
RemovePodSandbox(ctx context.Context, podSandboxID string) error
|
||||||
|
Loading…
Reference in New Issue
Block a user