dhall-kubernetes/defaults/io.k8s.api.core.v1.VolumeMount.dhall
2019-07-30 10:25:00 +03:00

10 lines
120 B
Plaintext

{ mountPropagation =
None Text
, readOnly =
None Bool
, subPath =
None Text
, subPathExpr =
None Text
}