mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
{ nameservers = ([] : Optional (List Text))
|
|
, options = ([] : Optional (List ../types/io.k8s.api.core.v1.PodDNSConfigOption.dhall))
|
|
, searches = ([] : Optional (List Text))
|
|
} : ../types/io.k8s.api.core.v1.PodDNSConfig.dhall
|