remoteSandboxController is a low level GRPC client for containerd's sandbox controller service
| 33 | |
| 34 | // remoteSandboxController is a low level GRPC client for containerd's sandbox controller service |
| 35 | type remoteSandboxController struct { |
| 36 | client api.ControllerClient |
| 37 | sandboxerName string |
| 38 | } |
| 39 | |
| 40 | var _ sandbox.Controller = (*remoteSandboxController)(nil) |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected