dhall-kubernetes/types/io.k8s.api.core.v1.SecretVolumeSource.dhall
Fabrizio Ferrai 6acb5b3e18 Update to Dhall 1.14
Switch Integer to Natural
2018-07-08 20:47:09 +03:00

6 lines
168 B
Plaintext

{ defaultMode : (Optional (Natural))
, items : (Optional (List ./io.k8s.api.core.v1.KeyToPath.dhall))
, optional : (Optional (Bool))
, secretName : (Optional (Text))
}