searches property

List<String>? searches
final

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

Implementation

final List<String>? searches;