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

8 lines
151 B
Plaintext

{ cachingMode : (Optional (Text))
, diskName : (Text)
, diskURI : (Text)
, fsType : (Optional (Text))
, kind : (Text)
, readOnly : (Optional (Bool))
}