mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
{ fsType = ([] : Optional (Text))
|
|
, readOnly = ([] : Optional (Bool))
|
|
, secretRef = ([] : Optional (../types/io.k8s.api.core.v1.LocalObjectReference.dhall))
|
|
, volumeName = ([] : Optional (Text))
|
|
, volumeNamespace = ([] : Optional (Text))
|
|
} : ../types/io.k8s.api.core.v1.StorageOSVolumeSource.dhall
|