/dhall-kubernetes-1.17-v3.0.0/types/io.k8s.api.core.v1.FlexPersistentVolumeSource.dhall

Copy path to clipboard

Source

{ driver : Text
, options : List { mapKey : Text, mapValue : Text }
, secretRef : ./io.k8s.api.core.v1.SecretReference.dhall
, fsType : Optional Text
, readOnly : Optional Bool
}