Skip to content

Tags: google/cadvisor

Tags

v0.51.0

Toggle v0.51.0's commit message
release v0.51.0

v0.48.1

Toggle v0.48.1's commit message
Avoid using container/podman in manager.go

Signed-off-by: Davanum Srinivas <[email protected]>

v0.47.3

Toggle v0.47.3's commit message
Unit test: MachineInfo Clone() method

Add a unit test that ensures that Clone()
method clones all fields and that the cloned
struct equals the original.

To avoid missing fields in the future, the test
fails if one of the struct's fields is populated
with a zero-value. The unit test uses reflection
to achieve that.

Signed-off-by: Itamar Holder <[email protected]>