Documentation ¶
Index ¶
- Constants
- func ContainerNameToId(name string) string
- func DockerMetadataDevice(info dockertypes.Info) (string, error)
- func DockerThinPoolName(info dockertypes.Info) (string, error)
- func DockerZfsFilesystem(info dockertypes.Info) (string, error)
- func DriverStatusValue(status [][2]string, target string) string
- func IsContainerName(name string) bool
- func SummariesToImages(summaries []dockertypes.ImageSummary) ([]v1.DockerImage, error)
Constants ¶
View Source
const ( DriverStatusPoolName = "Pool Name" DriverStatusMetadataFile = "Metadata file" DriverStatusParentDataset = "Parent Dataset" )
Variables ¶
This section is empty.
Functions ¶
func ContainerNameToId ¶ added in v0.48.0
Returns the ID from the full container name.
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 IsContainerName ¶ added in v0.48.0
IsContainerName returns true if the cgroup with associated name corresponds to a container.
func SummariesToImages ¶ added in v0.48.0
func SummariesToImages(summaries []dockertypes.ImageSummary) ([]v1.DockerImage, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.