MCPcopy Create free account
hub / github.com/apache/mesos / getContainers

Method getContainers

src/tests/agent_container_api_tests.cpp:425–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 Future<http::Response> getContainers(
426 const process::PID<slave::Slave>& slave)
427 {
428 v1::agent::Call call;
429 call.set_type(v1::agent::Call::GET_CONTAINERS);
430 call.mutable_get_containers()->set_show_nested(true);
431 call.mutable_get_containers()->set_show_standalone(true);
432
433 return post(slave, call);
434 }
435
436protected:
437 void TearDown() override

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected