Documentation ¶
Index ¶
- func CopyDir(src, dest string) error
- func CopyOldMergedToNewContainerMerged(oldContainer, newContainer string) error
- func CopyOldMountPointToContainerMountPoint(oldVolume, newVolume string) error
- func DirSize(path string) (int64, error)
- func GetContainerMergedLayer(name string) (string, error)
- func GetVolumeMountPoint(name string) (string, error)
- func IsDir(src string) error
- func ToBytes(origin string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyOldMergedToNewContainerMerged ¶ added in v0.0.3
CopyOldMergedToNewContainerMerged is used to copy the merged layer from the old container to the new container during patch operations.
func CopyOldMountPointToContainerMountPoint ¶ added in v0.0.3
CopyOldMountPointToContainerMountPoint is used to copy the volume data from the old container to the new container during patch operations.
func GetContainerMergedLayer ¶ added in v0.0.3
func GetVolumeMountPoint ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.