Type Alias: ClientCacheVolumeOpts
ClientCacheVolumeOpts =
object
Properties
owner?
optionalowner?:string
A user:group to set for the cache volume root.
The user and group can either be an ID (1000:1000) or a name (foo:bar).
If the group is omitted, it defaults to the same as the user.
sharing?
optionalsharing?:CacheSharingMode
Sharing mode of the cache volume.
source?
optionalsource?:Directory
Identifier of the directory to use as the cache volume's root.