/dhall-kubernetes-1.15-v6.0.0/types/io.k8s.api.core.v1.CSIVolumeSource.dhall

Copy path to clipboard

Source

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