Run the no-op pause CRI-O container and return its ID.
()
| 151 | type 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 |
no outgoing calls