package docker

import "github.com/google/cadvisor/utils/docker"

Index

Constants

const (
	DockerInfoDriver          = "Driver"
	DockerInfoDriverStatus    = "DriverStatus"
	DriverStatusPoolName      = "Pool Name"
	DriverStatusDataLoopFile  = "Data loop file"
	DriverStatusMetadataFile  = "Metadata file"
	DriverStatusParentDataset = "Parent Dataset"
)

Functions

func DockerMetadataDevice

func DockerMetadataDevice(info dockertypes.Info) (string, error)

func DockerThinPoolName

func DockerThinPoolName(info dockertypes.Info) (string, error)

func DockerZfsFilesystem

func DockerZfsFilesystem(info dockertypes.Info) (string, error)

func DriverStatusValue

func DriverStatusValue(status [][2]string, target string) string

Source Files

docker.go

Version
v0.28.5
Published
Jun 21, 2018
Platform
darwin/amd64
Imports
4 packages
Last checked
1 day ago

Tools for package owners.