MCPcopy
hub / github.com/google/cadvisor / RunPause

Method RunPause

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

Run the no-op pause CRI-O container and return its ID.

()

Source from the content-addressed store, hash-verified

151type CrioActions interface {
152 // Run the no-op pause CRI-O container and return its ID.
153 RunPause() string
154
155 // Run the specified command in a CRI-O busybox container and return its ID.
156 RunBusybox(cmd ...string) string

Implementers 3

dockerActionsintegration/framework/framework.go
crioActionsintegration/framework/framework.go
containerdActionsintegration/framework/framework.go

Calls

no outgoing calls