(ctx context.Context, name string, credentials func(string) (string, string, error), sandboxConfig *runtime.PodSandboxConfig, runtimeHandler string)
| 100 | RuntimeSnapshotter(ctx context.Context, ociRuntime criconfig.Runtime) string |
| 101 | |
| 102 | PullImage(ctx context.Context, name string, credentials func(string) (string, string, error), sandboxConfig *runtime.PodSandboxConfig, runtimeHandler string) (string, error) |
| 103 | UpdateImage(ctx context.Context, r string) error |
| 104 | |
| 105 | CheckImages(ctx context.Context) error |
no outgoing calls