Status

object Status
Companion:
class
Source:
Status.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Status.type

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[Int]("code")(intDecoder[T](evidence$2)).flatMap[String,Status](((code:Option[Int])=>obj.readOpt[String]("status")(stringDecoder[T](evidence$2)).flatMap[String,Status](((status:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails]("details")(decoderOf[T](evidence$2)).flatMap[String,Status](((details:Option[StatusDetails])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta]("metadata")(decoderOf[T](evidence$2)).flatMap[String,Status](((metadata:Option[ListMeta])=>obj.readOpt[String]("message")(stringDecoder[T](evidence$2)).map[Status](((message:Option[String])=>Status.apply(reason=reason,code=code,status=status,details=details,metadata=metadata,message=message))))))))))))))) } (new$anon():Decoder[T,Status]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[Status, T]