Documentation
¶
Index ¶
- type Btrfs
- func (d *Btrfs) ApplyDiskLimit(logger lager.Logger, path string, diskLimit int64, excludeImageFromQuota bool) error
- func (d *Btrfs) Create(logger lager.Logger, parentID, id string) (string, error)
- func (d *Btrfs) Destroy(logger lager.Logger, path string) error
- func (d *Btrfs) DestroyVolume(logger lager.Logger, id string) error
- func (d *Btrfs) FetchStats(logger lager.Logger, path string) (groot.VolumeStats, error)
- func (d *Btrfs) Path(logger lager.Logger, id string) (string, error)
- func (d *Btrfs) Snapshot(logger lager.Logger, fromPath, toPath string) error
- func (d *Btrfs) Volumes(logger lager.Logger) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Btrfs ¶
type Btrfs struct {
// contains filtered or unexported fields
}
func (*Btrfs) ApplyDiskLimit ¶
func (*Btrfs) FetchStats ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.