hostPath property

HostPathVolumeSource? hostPath
final

hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath.

Implementation

final HostPathVolumeSource? hostPath;