Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 777 Bytes

V1HostPathVolumeSource.md

File metadata and controls

12 lines (8 loc) · 777 Bytes

V1HostPathVolumeSource

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Properties

Name Type Description Notes
path str 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 str 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]