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

12 lines
224 B
Plaintext

{ driver :
Text
, nodePublishSecretRef :
./io.k8s.api.core.v1.LocalObjectReference.dhall
, volumeAttributes :
List { mapKey : Text, mapValue : Text }
, fsType :
Optional Text
, readOnly :
Optional Bool
}