ManagedFieldsEntry

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[String]("manager")(stringDecoder).flatMap[String,ManagedFieldsEntry](((manager:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1]("fieldsV1")(decoder).flatMap[String,ManagedFieldsEntry](((fieldsV1:Option[FieldsV1])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("time")(decoder).flatMap[String,ManagedFieldsEntry](((time:Option[Time])=>obj.readOpt[String]("fieldsType")(stringDecoder).flatMap[String,ManagedFieldsEntry](((fieldsType:Option[String])=>obj.readOpt[String]("subresource")(stringDecoder).map[ManagedFieldsEntry](((subresource:Option[String])=>ManagedFieldsEntry.apply(operation=operation,manager=manager,fieldsV1=fieldsV1,time=time,fieldsType=fieldsType,subresource=subresource))))))))))))))) } (new$anon():Decoder[ManagedFieldsEntry]) }" class="documentableAnchor">