ExecSync runs a command in a container synchronously.
(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption)
| 3750 | ReopenContainerLog(ctx context.Context, in *ReopenContainerLogRequest, opts ...grpc.CallOption) (*ReopenContainerLogResponse, error) |
| 3751 | // ExecSync runs a command in a container synchronously. |
| 3752 | ExecSync(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption) (*ExecSyncResponse, error) |
| 3753 | // Exec prepares a streaming endpoint to execute a command in the container. |
| 3754 | Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) |
| 3755 | // Attach prepares a streaming endpoint to attach to a running container. |
no outgoing calls
no test coverage detected