dhall-kubernetes/types/io.k8s.api.core.v1.VolumeMount.dhall
2018-05-27 19:55:47 +02:00

7 lines
139 B
Plaintext

{ mountPath : (Text)
, mountPropagation : (Optional (Text))
, name : (Text)
, readOnly : (Optional (Bool))
, subPath : (Optional (Text))
}