Method
Exec
(req *runtimeapi.ExecRequest, _ ...grpc.CallOption)
Source from the content-addressed store, hash-verified
| 192 | } |
| 193 | |
| 194 | func (r *RuntimeService) Exec(req *runtimeapi.ExecRequest, _ ...grpc.CallOption) (*runtimeapi.ExecResponse, error) { |
| 195 | return r.runtimeService.Exec(context.Background(), req) |
| 196 | } |
| 197 | |
| 198 | func (r *RuntimeService) Attach(req *runtimeapi.AttachRequest, _ ...grpc.CallOption) (*runtimeapi.AttachResponse, error) { |
| 199 | return r.runtimeService.Attach(context.Background(), req) |
Callers
nothing calls this directly
Tested by
no test coverage detected