PodDNSConfigOption

io.k8s.api.core.v1.PodDNSConfigOption
See thePodDNSConfigOption companion object
final case class PodDNSConfigOption(name: Option[String], value: Option[String])

PodDNSConfigOption defines DNS resolver options of a pod.

Attributes

Companion:
object
Source:
PodDNSConfigOption.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

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

Attributes

Source:
PodDNSConfigOption.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
PodDNSConfigOption.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source:
PodDNSConfigOption.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product