ValidatingWebhook

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