remoteSandboxStore is a low-level containerd client to manage sandbox environments metadata
| 27 | |
| 28 | // remoteSandboxStore is a low-level containerd client to manage sandbox environments metadata |
| 29 | type remoteSandboxStore struct { |
| 30 | client api.StoreClient |
| 31 | } |
| 32 | |
| 33 | var _ sb.Store = (*remoteSandboxStore)(nil) |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected