PodAffinityTerm

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("labelSelector")(decoderOf[T](evidence$1)).flatMap[String,PodAffinityTerm](((labelSelector:Option[LabelSelector])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("namespaceSelector")(decoderOf[T](evidence$1)).flatMap[String,PodAffinityTerm](((namespaceSelector:Option[LabelSelector])=>obj.readOpt[Seq[String]]("namespaces")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[PodAffinityTerm](((namespaces:Option[Seq[String]])=>PodAffinityTerm.apply(topologyKey=topologyKey,labelSelector=labelSelector,namespaceSelector=namespaceSelector,namespaces=namespaces))))))))))) } (new$anon():Decoder[T,PodAffinityTerm]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[PodAffinityTerm, T]