PodDNSConfigOption

final case class PodDNSConfigOption(name: Option[String], value: Option[String])

PodDNSConfigOption defines DNS resolver options of a pod.

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

Value members

Concrete methods

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

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

Source:
PodDNSConfigOption.scala

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

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

Source:
PodDNSConfigOption.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
PodDNSConfigOption.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
PodDNSConfigOption.scala

Inherited methods

Inherited from:
Product