PodDNSConfigPointer

io.k8s.api.core.v1.PodDNSConfigPointer
final case class PodDNSConfigPointer(currentPath: PointerPath) extends Pointer[PodDNSConfig]

Pointer for PodDNSConfig

Attributes

Source
PodDNSConfigPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def nameservers: ListPointer[String]

Attributes

Source
PodDNSConfigPointer.scala
def searches: ListPointer[String]

Attributes

Source
PodDNSConfigPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product