package storage
import "github.com/google/cadvisor/storage"
Index ¶
Types ¶
type StorageDriver ¶
type StorageDriver interface { AddStats(ref info.ContainerReference, stats *info.ContainerStats) error // Close will clear the state of the storage driver. The elements // stored in the underlying storage may or may not be deleted depending // on the implementation of the storage driver. Close() error }
Source Files ¶
Directories ¶
- Version
- v0.19.3
- Published
- Nov 2, 2015
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 58 seconds ago –
Tools for package owners.