Cloud API Overview > @adpt/cloud > k8s > PodProps > dnsConfig
k8s.PodProps.dnsConfig property
Specifies the DNS parameters of a pod.
Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.
Signature:
dnsConfig?: PodDNSConfig;