MCPcopy Create free account
hub / github.com/cortexproject/cortex / containerName

Method containerName

integration/e2e/service.go:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268func (s *ConcreteService) containerName() string {
269 return NetworkContainerHost(s.usedNetworkName, s.name)
270}
271
272func (s *ConcreteService) WaitForRunning() (err error) {
273 if !s.isExpectedRunning() {

Callers 6

StartMethod · 0.95
StopMethod · 0.95
KillMethod · 0.95
WaitMethod · 0.95
WaitForRunningMethod · 0.95
ExecMethod · 0.95

Calls 1

NetworkContainerHostFunction · 0.85

Tested by

no test coverage detected