ContainerStats returns stats of the container. If the container does not exist, the call returns an error.
(context.Context, *ContainerStatsRequest)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected