PodDNSConfigOption

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

PodDNSConfigOption defines DNS resolver options of a pod.

Value parameters:
name

Required.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Required.

Required.

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

Gets value.

Gets value.

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

Inherited methods

Inherited from:
Product