Files
c/kubernetes/docs/v1_host_path_volume_source.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

672 B

v1_host_path_volume_source_t

Properties

Name Type Description Notes
path char * 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 char * type for HostPath Volume Defaults to &quot;&quot; More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath [optional]

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