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

Struct mockInfoProvider

lib/container/common/helpers_test.go:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type mockInfoProvider struct {
90 options info.RequestOptions
91}
92
93func (m *mockInfoProvider) GetRequestedContainersInfo(containerName string, options info.RequestOptions) (map[string]*info.ContainerInfo, error) {
94 m.options = options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected