| 179 | } |
| 180 | |
| 181 | Future<Nothing> update( |
| 182 | const ContainerID& containerId, |
| 183 | const Resources& resourceRequests, |
| 184 | const google::protobuf::Map<string, Value::Scalar>& resourceLimits) |
| 185 | { |
| 186 | return Nothing(); |
| 187 | } |
| 188 | |
| 189 | Future<Connection> attach( |
| 190 | const ContainerID& containerId) |
no test coverage detected