prometheus operator v0.93.1

PrometheusAgent.spec.scrapeClasses.tlsConfig.cert.configMap.spec.dnsConfig

dnsConfig defines the DNS configuration for the pods.

3 fields
PrometheusAgent.spec.scrapeClasses.tlsConfig.cert.configMap.spec.dnsConfig fields and descriptions
Field / TypeDescription
string[]

nameservers defines the list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy.

  • x-kubernetes-list-type: "set"
object[]

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

  • x-kubernetes-list-map-keys: ["name"]
  • x-kubernetes-list-type: "map"
string[]

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

  • x-kubernetes-list-type: "set"