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

10 lines
425 B
Plaintext

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