io.k8s.api.core.v1.PodDNSConfig
See thePodDNSConfig companion object
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.
Attributes
- Companion
- object
- Source
- PodDNSConfig.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
Value members
Concrete methods
Appends new values to nameservers
Appends new values to options
Appends new values to searches
if nameservers has a value, transforms to the result of function
if nameservers has a value, transforms to the result of function
Attributes
- Source
- PodDNSConfig.scala
if options has a value, transforms to the result of function
if searches has a value, transforms to the result of function
Returns a new data with nameservers set to new value
Returns a new data with options set to new value
Returns a new data with searches set to new value
In this article