MCPcopy Index your code
hub / github.com/google/cadvisor / RunPause

Method RunPause

integration/framework/framework.go:608–612  ·  view source on GitHub ↗

Containerd actions implementation

()

Source from the content-addressed store, hash-verified

606// Containerd actions implementation
607
608func (a *containerdActions) RunPause() string {
609 return a.Run(ContainerdRunArgs{
610 Image: "registry.k8s.io/pause:3.9",
611 })
612}
613
614func (a *containerdActions) RunBusybox(cmd ...string) string {
615 return a.Run(ContainerdRunArgs{

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected