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