object ReplicationController
- Companion:
- class
- Source:
- ReplicationController.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.core.v1.ReplicationControllerSpec]("spec")(decoderOf[T](evidence$2)).flatMap[String,ReplicationController](((spec:Option[ReplicationControllerSpec])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoderOf[T](evidence$2)).map[ReplicationController](((metadata:Option[ObjectMeta])=>ReplicationController.apply(status=status,spec=spec,metadata=metadata)))))))))
}
(new$anon():Decoder[T,ReplicationController])
}" class="documentableAnchor">
implicit def obj.readOpt[io.k8s.api.core.v1.ReplicationControllerSpec]("spec")(decoderOf[T](evidence$2)).flatMap[String,ReplicationController](((spec:Option[ReplicationControllerSpec])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoderOf[T](evidence$2)).map[ReplicationController](((metadata:Option[ObjectMeta])=>ReplicationController.apply(status=status,spec=spec,metadata=metadata)))))))))
}
(new$anon():Decoder[T,ReplicationController])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ReplicationController]
- Source:
- ReplicationController.scala