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) FetchMetrics(logger lager.Logger, path string) (groot.VolumeMetrics, 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) FetchMetrics ¶
Click to show internal directories.
Click to hide internal directories.