object SubjectAccessReviewSpec
- Companion:
- class
- Source:
- SubjectAccessReviewSpec.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[io.k8s.api.authorization.v1.ResourceAttributes]("resourceAttributes")(decoderOf[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((resourceAttributes:Option[ResourceAttributes])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((uid:Option[String])=>obj.readOpt[Map[String,Seq[String]]]("extra")(mapDecoder[T,Seq[String]](evidence$1,arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1)))).flatMap[String,SubjectAccessReviewSpec](((extra:Option[Map[String,Seq[String]]])=>obj.readOpt[String]("user")(stringDecoder[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((user:Option[String])=>obj.readOpt[io.k8s.api.authorization.v1.NonResourceAttributes]("nonResourceAttributes")(decoderOf[T](evidence$1)).map[SubjectAccessReviewSpec](((nonResourceAttributes:Option[NonResourceAttributes])=>SubjectAccessReviewSpec.apply(groups=groups,resourceAttributes=resourceAttributes,uid=uid,extra=extra,user=user,nonResourceAttributes=nonResourceAttributes)))))))))))))))
}
(new$anon():Decoder[T,SubjectAccessReviewSpec])
}" class="documentableAnchor">
implicit def obj.readOpt[io.k8s.api.authorization.v1.ResourceAttributes]("resourceAttributes")(decoderOf[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((resourceAttributes:Option[ResourceAttributes])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((uid:Option[String])=>obj.readOpt[Map[String,Seq[String]]]("extra")(mapDecoder[T,Seq[String]](evidence$1,arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1)))).flatMap[String,SubjectAccessReviewSpec](((extra:Option[Map[String,Seq[String]]])=>obj.readOpt[String]("user")(stringDecoder[T](evidence$1)).flatMap[String,SubjectAccessReviewSpec](((user:Option[String])=>obj.readOpt[io.k8s.api.authorization.v1.NonResourceAttributes]("nonResourceAttributes")(decoderOf[T](evidence$1)).map[SubjectAccessReviewSpec](((nonResourceAttributes:Option[NonResourceAttributes])=>SubjectAccessReviewSpec.apply(groups=groups,resourceAttributes=resourceAttributes,uid=uid,extra=extra,user=user,nonResourceAttributes=nonResourceAttributes)))))))))))))))
}
(new$anon():Decoder[T,SubjectAccessReviewSpec])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, SubjectAccessReviewSpec]