MountImageOptions

@Serializable
data class MountImageOptions(val subpath: String? = null)

Optional configuration for the image type.

Parameters

subpath

Source path inside the image. Must be relative without any back traversals.

Constructors

Link copied to clipboard
constructor(subpath: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "Subpath")
val subpath: String?