PodDNSConfigOption

com.coralogix.zio.k8s.model.core.v1.PodDNSConfigOption
See thePodDNSConfigOption companion object
case class PodDNSConfigOption(name: Optional[String], value: Optional[String])

PodDNSConfigOption defines DNS resolver options of a pod.

Value parameters

name

Required.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Required.

Required.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets value.

Gets value.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product