PodDNSConfig

final case class PodDNSConfig(nameservers: Option[Seq[String]], options: Option[Seq[PodDNSConfigOption]], searches: Option[Seq[String]])

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

Source:
PodDNSConfig.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to nameservers

Appends new values to nameservers

Source:
PodDNSConfig.scala

Appends new values to options

Appends new values to options

Source:
PodDNSConfig.scala
def addSearches(newValues: String*): PodDNSConfig

Appends new values to searches

Appends new values to searches

Source:
PodDNSConfig.scala

if nameservers has a value, transforms to the result of function

if nameservers has a value, transforms to the result of function

Source:
PodDNSConfig.scala

if options has a value, transforms to the result of function

if options has a value, transforms to the result of function

Source:
PodDNSConfig.scala

if searches has a value, transforms to the result of function

if searches has a value, transforms to the result of function

Source:
PodDNSConfig.scala

Returns a new data with nameservers set to new value

Returns a new data with nameservers set to new value

Source:
PodDNSConfig.scala

Returns a new data with options set to new value

Returns a new data with options set to new value

Source:
PodDNSConfig.scala

Returns a new data with searches set to new value

Returns a new data with searches set to new value

Source:
PodDNSConfig.scala

Inherited methods

Inherited from:
Product