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

849 B

PolicyV1beta1AllowedHostPath

Properties

Name Type Description Notes
PathPrefix string pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` [optional]
ReadOnly bool when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. [optional]

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