Versions in this module Expand all Collapse all v1 v1.1.6 Apr 5, 2016 v1.1.5 Mar 29, 2016 Changes in this version + func GetFSDevice(dir string) (string, error) + type EmptyDirQuotaPlugin struct + Quota resource.Quantity + QuotaApplicator QuotaApplicator + Wrapped volume.VolumePlugin + func (plugin *EmptyDirQuotaPlugin) CanSupport(spec *volume.Spec) bool + func (plugin *EmptyDirQuotaPlugin) Init(host volume.VolumeHost) error + func (plugin *EmptyDirQuotaPlugin) Name() string + func (plugin *EmptyDirQuotaPlugin) NewBuilder(spec *volume.Spec, pod *api.Pod, opts volume.VolumeOptions) (volume.Builder, error) + func (plugin *EmptyDirQuotaPlugin) NewCleaner(volName string, podUID types.UID) (volume.Cleaner, error) + type QuotaApplicator interface + Apply func(dir string, medium api.StorageMedium, pod *api.Pod, fsGroup *int64, ...) error + func NewQuotaApplicator(volumeDirectory string) (QuotaApplicator, error)