MutatingWebhook

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.read[String]("sideEffects")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((sideEffects:String)=>obj.read[io.k8s.api.admissionregistration.v1.WebhookClientConfig]("clientConfig")(decoderOf[T](evidence$1)).flatMap[String,MutatingWebhook](((clientConfig:WebhookClientConfig)=>obj.read[Seq[String]]("admissionReviewVersions")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,MutatingWebhook](((admissionReviewVersions:Seq[String])=>obj.readOpt[Int]("timeoutSeconds")(intDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((timeoutSeconds:Option[Int])=>obj.readOpt[String]("matchPolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((matchPolicy:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("namespaceSelector")(decoderOf[T](evidence$1)).flatMap[String,MutatingWebhook](((namespaceSelector:Option[LabelSelector])=>obj.readOpt[String]("failurePolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((failurePolicy:Option[String])=>obj.readOpt[String]("reinvocationPolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((reinvocationPolicy:Option[String])=>obj.readOpt[Seq[io.k8s.api.admissionregistration.v1.RuleWithOperations]]("rules")(arrDecoder[T,RuleWithOperations](evidence$1,decoderOf[T](evidence$1))).flatMap[String,MutatingWebhook](((rules:Option[Seq[RuleWithOperations]])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("objectSelector")(decoderOf[T](evidence$1)).map[MutatingWebhook](((objectSelector:Option[LabelSelector])=>MutatingWebhook.apply(name=name,sideEffects=sideEffects,clientConfig=clientConfig,admissionReviewVersions=admissionReviewVersions,timeoutSeconds=timeoutSeconds,matchPolicy=matchPolicy,namespaceSelector=namespaceSelector,failurePolicy=failurePolicy,reinvocationPolicy=reinvocationPolicy,rules=rules,objectSelector=objectSelector))))))))))))))))))))))))) } (new$anon():Decoder[T,MutatingWebhook]) }" class="documentableAnchor">
implicit def obj.read[String]("sideEffects")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((sideEffects:String)=>obj.read[io.k8s.api.admissionregistration.v1.WebhookClientConfig]("clientConfig")(decoderOf[T](evidence$1)).flatMap[String,MutatingWebhook](((clientConfig:WebhookClientConfig)=>obj.read[Seq[String]]("admissionReviewVersions")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,MutatingWebhook](((admissionReviewVersions:Seq[String])=>obj.readOpt[Int]("timeoutSeconds")(intDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((timeoutSeconds:Option[Int])=>obj.readOpt[String]("matchPolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((matchPolicy:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("namespaceSelector")(decoderOf[T](evidence$1)).flatMap[String,MutatingWebhook](((namespaceSelector:Option[LabelSelector])=>obj.readOpt[String]("failurePolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((failurePolicy:Option[String])=>obj.readOpt[String]("reinvocationPolicy")(stringDecoder[T](evidence$1)).flatMap[String,MutatingWebhook](((reinvocationPolicy:Option[String])=>obj.readOpt[Seq[io.k8s.api.admissionregistration.v1.RuleWithOperations]]("rules")(arrDecoder[T,RuleWithOperations](evidence$1,decoderOf[T](evidence$1))).flatMap[String,MutatingWebhook](((rules:Option[Seq[RuleWithOperations]])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("objectSelector")(decoderOf[T](evidence$1)).map[MutatingWebhook](((objectSelector:Option[LabelSelector])=>MutatingWebhook.apply(name=name,sideEffects=sideEffects,clientConfig=clientConfig,admissionReviewVersions=admissionReviewVersions,timeoutSeconds=timeoutSeconds,matchPolicy=matchPolicy,namespaceSelector=namespaceSelector,failurePolicy=failurePolicy,reinvocationPolicy=reinvocationPolicy,rules=rules,objectSelector=objectSelector))))))))))))))))))))))))) } (new$anon():Decoder[T,MutatingWebhook]) }" class="documentableName ">decoderOf[T : Reader]: Decoder[T, MutatingWebhook]
implicit def encoder[T](implicit builder: Builder[T]): Encoder[MutatingWebhook, T]