PriorityClass

Companion:
class
Source:
PriorityClass.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[String]("description")(stringDecoder[T](evidence$2)).flatMap[String,PriorityClass](((description:Option[String])=>obj.readOpt[Boolean]("globalDefault")(booleanDecoder[T](evidence$2)).flatMap[String,PriorityClass](((globalDefault:Option[Boolean])=>obj.readOpt[String]("preemptionPolicy")(stringDecoder[T](evidence$2)).flatMap[String,PriorityClass](((preemptionPolicy:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoderOf[T](evidence$2)).map[PriorityClass](((metadata:Option[ObjectMeta])=>PriorityClass.apply(value=value,description=description,globalDefault=globalDefault,preemptionPolicy=preemptionPolicy,metadata=metadata))))))))))))) } (new$anon():Decoder[T,PriorityClass]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[PriorityClass, T]