Host Path Volume Source Args
data class HostPathVolumeSourceArgs(val path: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<HostPathVolumeSourceArgs>
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.