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).flatMap[String,DeleteOptions](((kind:String)=>obj.readOpt[Boolean]("orphanDependents")(booleanDecoder).flatMap[String,DeleteOptions](((orphanDependents:Option[Boolean])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions]("preconditions")(decoder).flatMap[String,DeleteOptions](((preconditions:Option[Preconditions])=>obj.readOpt[String]("propagationPolicy")(stringDecoder).flatMap[String,DeleteOptions](((propagationPolicy:Option[String])=>obj.readOpt[Int]("gracePeriodSeconds")(intDecoder).flatMap[String,DeleteOptions](((gracePeriodSeconds:Option[Int])=>obj.readOpt[Seq[String]]("dryRun")(arrDecoder[String](stringDecoder)).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[DeleteOptions]) }" class="documentableAnchor">