MCPcopy
hub / github.com/google/cadvisor / Exists

Method Exists

lib/manager/manager.go:142–142  ·  view source on GitHub ↗

Returns true if the named container exists.

(containerName string)

Source from the content-addressed store, hash-verified

140
141 // Returns true if the named container exists.
142 Exists(containerName string) bool
143
144 // Get the derived (rolling-window percentile) stats for a container.
145 GetDerivedStats(containerName string, options info.RequestOptions) (map[string]info.DerivedStats, error)

Callers 5

TestExistsFunction · 0.65
updateSpecMethod · 0.65
updateStatsMethod · 0.65
updateSubcontainersMethod · 0.65
serveContainersPageFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestExistsFunction · 0.52