MCPcopy Create free account
hub / github.com/weaveworks/scope / ContainerStats

Method ContainerStats

cri/runtime/api.pb.go:4041–4041  ·  view source on GitHub ↗

ContainerStats returns stats of the container. If the container does not exist, the call returns an error.

(context.Context, *ContainerStatsRequest)

Source from the content-addressed store, hash-verified

4039 // ContainerStats returns stats of the container. If the container does not
4040 // exist, the call returns an error.
4041 ContainerStats(context.Context, *ContainerStatsRequest) (*ContainerStatsResponse, error)
4042 // ListContainerStats returns stats of all running containers.
4043 ListContainerStats(context.Context, *ListContainerStatsRequest) (*ListContainerStatsResponse, error)
4044 // UpdateRuntimeConfig updates the runtime configuration based on the given request.

Callers

nothing calls this directly

Implementers 1

runtimeServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected