object LabelSelector
- Companion:
- class
- Source:
- LabelSelector.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[Map[String,String]]("matchLabels")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[LabelSelector](((matchLabels:Option[Map[String,String]])=>LabelSelector.apply(matchExpressions=matchExpressions,matchLabels=matchLabels)))))))
}
(new$anon():Decoder[T,LabelSelector])
}" class="documentableAnchor">
implicit def obj.readOpt[Map[String,String]]("matchLabels")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[LabelSelector](((matchLabels:Option[Map[String,String]])=>LabelSelector.apply(matchExpressions=matchExpressions,matchLabels=matchLabels)))))))
}
(new$anon():Decoder[T,LabelSelector])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, LabelSelector]
- Source:
- LabelSelector.scala