StatusDetails

Companion:
class
Source:
StatusDetails.scala
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[Seq[io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause]]("causes")(arrDecoder[T,StatusCause](evidence$1,decoderOf[T](evidence$1))).flatMap[String,StatusDetails](((causes:Option[Seq[StatusCause]])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).flatMap[String,StatusDetails](((uid:Option[String])=>obj.readOpt[Int]("retryAfterSeconds")(intDecoder[T](evidence$1)).flatMap[String,StatusDetails](((retryAfterSeconds:Option[Int])=>obj.readOpt[String]("group")(stringDecoder[T](evidence$1)).map[StatusDetails](((group:Option[String])=>StatusDetails.apply(name=name,causes=causes,uid=uid,retryAfterSeconds=retryAfterSeconds,group=group))))))))))))) } (new$anon():Decoder[T,StatusDetails]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[StatusDetails, T]