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

Method CSIServer

src/slave/csi_server.cpp:478–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477
478CSIServer::CSIServer(
479 const process::http::URL& agentUrl,
480 const string& rootDir,
481 const string& pluginConfigDir,
482 SecretGenerator* secretGenerator,
483 SecretResolver* secretResolver)
484 : process(new CSIServerProcess(
485 agentUrl,
486 rootDir,
487 pluginConfigDir,
488 secretGenerator,
489 secretResolver))
490{
491 process::spawn(CHECK_NOTNULL(process.get()));
492}
493
494
495CSIServer::~CSIServer()

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected