Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/cadvisor
/ Client
Method
Client
integration/framework/framework.go:206–206 ·
view source on GitHub ↗
Returns a cAdvisor client to the machine being tested.
()
Source
from the content-addressed store, hash-verified
204
type
CadvisorActions
interface
{
205
// Returns a cAdvisor client to the machine being tested.
206
Client() *client.Client
207
ClientV2() *v2.Client
208
}
209
Callers
15
Client
Function · 0.65
waitForCrioContainer
Function · 0.65
TestCrioContainerById
Function · 0.65
TestCrioContainerByName
Function · 0.65
TestGetAllCrioContainers
Function · 0.65
TestBasicCrioContainer
Function · 0.65
TestCrioContainerCpuStats
Function · 0.65
TestCrioContainerMemoryStats
Function · 0.65
TestCrioContainerNetworkStats
Function · 0.65
TestCrioContainerSpec
Function · 0.65
TestCrioContainerDeletionExitCode
Function · 0.65
TestCrioFilesystemStats
Function · 0.65
Implementers
1
realFramework
integration/framework/framework.go
Calls
no outgoing calls
Tested by
15
waitForCrioContainer
Function · 0.52
TestCrioContainerById
Function · 0.52
TestCrioContainerByName
Function · 0.52
TestGetAllCrioContainers
Function · 0.52
TestBasicCrioContainer
Function · 0.52
TestCrioContainerCpuStats
Function · 0.52
TestCrioContainerMemoryStats
Function · 0.52
TestCrioContainerNetworkStats
Function · 0.52
TestCrioContainerSpec
Function · 0.52
TestCrioContainerDeletionExitCode
Function · 0.52
TestCrioFilesystemStats
Function · 0.52
waitForContainerdContainerViaAPI
Function · 0.52