RuntimeService adapts the upstream CRI client to the legacy integration interface used by containerd's integration tests.
| 51 | // RuntimeService adapts the upstream CRI client to the legacy integration |
| 52 | // interface used by containerd's integration tests. |
| 53 | type RuntimeService struct { |
| 54 | runtimeService upstreamapi.RuntimeService |
| 55 | runtimeClient runtimeapi.RuntimeServiceClient |
| 56 | runtimeConn *grpc.ClientConn |
| 57 | } |
| 58 | |
| 59 | // NewRuntimeService creates a legacy-style CRI runtime client backed by the |
| 60 | // upstream Kubernetes CRI client. |
nothing calls this directly
no outgoing calls
no test coverage detected