mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
13 lines
534 B
Plaintext
13 lines
534 B
Plaintext
\(_params : {gateway : (Text), secretRef : (../types/io.k8s.api.core.v1.LocalObjectReference.dhall), system : (Text)}) ->
|
|
{ fsType = ([] : Optional (Text))
|
|
, gateway = _params.gateway
|
|
, protectionDomain = ([] : Optional (Text))
|
|
, readOnly = ([] : Optional (Bool))
|
|
, secretRef = _params.secretRef
|
|
, sslEnabled = ([] : Optional (Bool))
|
|
, storageMode = ([] : Optional (Text))
|
|
, storagePool = ([] : Optional (Text))
|
|
, system = _params.system
|
|
, volumeName = ([] : Optional (Text))
|
|
} : ../types/io.k8s.api.core.v1.ScaleIOVolumeSource.dhall
|