Files
go/kubernetes/docs/V1HostPathVolumeSource.md
2019-03-26 08:13:00 -07:00

664 B

V1HostPathVolumeSource

Properties

Name Type Description Notes
Path string Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
Type string Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath [optional]

[Back to Model list] [Back to API list] [Back to README]