DeleteOptions

Companion:
class
Source:
DeleteOptions.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

Value members

Concrete fields

Implicits

Implicits

obj.read[String]("kind")(stringDecoder[T](evidence$1)).flatMap[String,DeleteOptions](((kind:String)=>obj.readOpt[Boolean]("orphanDependents")(booleanDecoder[T](evidence$1)).flatMap[String,DeleteOptions](((orphanDependents:Option[Boolean])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions]("preconditions")(decoderOf[T](evidence$1)).flatMap[String,DeleteOptions](((preconditions:Option[Preconditions])=>obj.readOpt[String]("propagationPolicy")(stringDecoder[T](evidence$1)).flatMap[String,DeleteOptions](((propagationPolicy:Option[String])=>obj.readOpt[Int]("gracePeriodSeconds")(intDecoder[T](evidence$1)).flatMap[String,DeleteOptions](((gracePeriodSeconds:Option[Int])=>obj.readOpt[Seq[String]]("dryRun")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[DeleteOptions](((dryRun:Option[Seq[String]])=>DeleteOptions.apply(kind=kind,apiVersion=apiVersion,orphanDependents=orphanDependents,preconditions=preconditions,propagationPolicy=propagationPolicy,gracePeriodSeconds=gracePeriodSeconds,dryRun=dryRun))))))))))))))))) } (new$anon():Decoder[T,DeleteOptions]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[DeleteOptions, T]