Documentation
¶
Index ¶
Constants ¶
View Source
const ( VolumesKeyMount = "pfs-mount" VolumesKeyDataCache = "data-cache" VolumesKeyMetaCache = "meta-cache" FusePodMountPoint = schema.FusePodMntDir + "/storage" FusePodCachePath = "/home/paddleflow/pfs-cache" DataCacheDir = "/data-cache" MetaCacheDir = "/meta-cache" CacheWorkerBin = "/home/paddleflow/cache-worker" ContainerNameCacheWorker = "cache-worker" ContainerNamePfsMount = "pfs-mount" )
View Source
const (
ReadOnly = "ro"
)
Variables ¶
This section is empty.
Functions ¶
func GeneratePodNameByVolumeID ¶ added in v0.14.3
func GetOptions ¶ added in v0.14.3
func PodUnmount ¶
Types ¶
type Info ¶ added in v0.14.3
type Info struct { CacheConfig model.FSCacheConfig FS model.FileSystem FSBase64Str string TargetPath string Options []string K8sClient utils.Client }
func ProcessMountInfo ¶ added in v0.14.3
func (*Info) CacheWorkerCmd ¶ added in v0.14.3
Click to show internal directories.
Click to hide internal directories.