package storage

import "k8s.io/kubernetes/Godeps/_workspace/src/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

storage.go

Directories

PathSynopsis
Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery
Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client
Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client/example
Godeps/_workspace/src/github.com/google/cadvisor/storage/elasticsearch
Godeps/_workspace/src/github.com/google/cadvisor/storage/influxdb
Godeps/_workspace/src/github.com/google/cadvisor/storage/redis
Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd
Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd/client
Godeps/_workspace/src/github.com/google/cadvisor/storage/stdout
Godeps/_workspace/src/github.com/google/cadvisor/storage/test
Version
v1.1.9-beta.0
Published
Feb 23, 2016
Platform
linux/amd64
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.