bump(github.com/google/cadvisor): cda62a43857256fbc95dd31e7c810888f00f8ec7

This commit is contained in:
Seth Jennings
2017-09-08 09:45:12 -05:00
parent a416534744
commit 0b05238669
11 changed files with 999 additions and 80 deletions

View File

@@ -34,6 +34,7 @@ const (
ContainerTypeDocker
ContainerTypeRkt
ContainerTypeSystemd
ContainerTypeCrio
)
// Interface for container operation handlers.