DnsConfiguration interface
容器组的 DNS 配置。
属性
name |
容器组的 DNS 服务器。 |
options | 容器组的 DNS 选项。 |
search |
用于在容器组中查找主机名的 DNS 搜索域。 |
属性详细信息
nameServers
容器组的 DNS 服务器。
nameServers: string[]
属性值
string[]
options
容器组的 DNS 选项。
options?: string
属性值
string
searchDomains
用于在容器组中查找主机名的 DNS 搜索域。
searchDomains?: string
属性值
string