hostPath

@JvmName(name = "gcohxftuoxcqxowl")
suspend fun hostPath(value: Output<HostPathVolumeSourcePatchArgs>)
@JvmName(name = "bscmrypyyxxmmmnc")
suspend fun hostPath(value: HostPathVolumeSourcePatchArgs?)

Parameters

value

hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath


@JvmName(name = "lngcjbpmevithcsm")
suspend fun hostPath(argument: suspend HostPathVolumeSourcePatchArgsBuilder.() -> Unit)

Parameters

argument

hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath