MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / GetContainerStats

Method GetContainerStats

libdocker/client.go:90–90  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

88 ResizeContainerTTY(id string, height, width uint) error
89 ResizeExecTTY(id string, height, width uint) error
90 GetContainerStats(id string) (*dockertypes.StatsJSON, error)
91}
92
93// Get a *dockerapi.Client, either using the endpoint passed in, or using

Callers 2

getContainerStatsMethod · 0.65
GetContainerStatsMethod · 0.65

Implementers 5

instrumentedInterfacelibdocker/instrumented_client.go
kubeDockerClientlibdocker/kube_docker_client.go
FakeDockerClientlibdocker/fake_client.go
MockDockerClientInterfacelibdocker/testing/mock_client.go
MockDockerClientInterfaceMockRecorderlibdocker/testing/mock_client.go

Calls

no outgoing calls

Tested by

no test coverage detected