options property

List<PodDNSConfigOption>? options
final

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

Implementation

final List<PodDNSConfigOption>? options;