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

Struct realFramework

integration/framework/framework.go:210–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210type realFramework struct {
211 hostname HostnameInfo
212 t *testing.T
213 cadvisorClient *client.Client
214 cadvisorClientV2 *v2.Client
215
216 shellActions shellActions
217 dockerActions dockerActions
218 crioActions crioActions
219 containerdActions containerdActions
220
221 // Cleanup functions to call on Cleanup()
222 cleanups []func()
223}
224
225type shellActions struct {
226 fm *realFramework

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected