Skip to main content
Version: 0.20.2

ContainerExistsOpts

@dagger.io/dagger


@dagger.io/dagger / api/client.gen / ContainerExistsOpts

Type Alias: ContainerExistsOpts

ContainerExistsOpts = object

Properties​

optional doNotFollowSymlinks?: boolean

If specified, do not follow symlinks.


expectedType?​

optional expectedType?: ExistsType

If specified, also validate the type of file (e.g. "REGULAR_TYPE", "DIRECTORY_TYPE", or "SYMLINK_TYPE").