Skip to main content

Type Alias: ClientCacheVolumeOpts

ClientCacheVolumeOpts = object

Properties

owner?

optional owner?: 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?

optional sharing?: CacheSharingMode

Sharing mode of the cache volume.


source?

optional source?: Directory

Identifier of the directory to use as the cache volume's root.