dhall-kubernetes/types/io.k8s.api.extensions.v1beta1.AllowedHostPath.dhall

4 lines
66 B
Plaintext
Raw Normal View History

2018-05-26 23:18:13 +03:00
{ pathPrefix : (Optional (Text))
2018-07-07 16:28:49 +03:00
, readOnly : (Optional (Bool))
2018-05-26 23:18:13 +03:00
}