ValidatingWebhook

io.k8s.api.admissionregistration.v1.ValidatingWebhook$
See theValidatingWebhook companion class

Attributes

Companion:
class
Source:
ValidatingWebhook.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val obj.read[String]("sideEffects")(stringDecoder).flatMap[String,ValidatingWebhook](((sideEffects:String)=>obj.read[io.k8s.api.admissionregistration.v1.WebhookClientConfig]("clientConfig")(decoder).flatMap[String,ValidatingWebhook](((clientConfig:WebhookClientConfig)=>obj.read[Seq[String]]("admissionReviewVersions")(arrDecoder[String](stringDecoder)).flatMap[String,ValidatingWebhook](((admissionReviewVersions:Seq[String])=>obj.readOpt[Int]("timeoutSeconds")(intDecoder).flatMap[String,ValidatingWebhook](((timeoutSeconds:Option[Int])=>obj.readOpt[String]("matchPolicy")(stringDecoder).flatMap[String,ValidatingWebhook](((matchPolicy:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("namespaceSelector")(decoder).flatMap[String,ValidatingWebhook](((namespaceSelector:Option[LabelSelector])=>obj.readOpt[String]("failurePolicy")(stringDecoder).flatMap[String,ValidatingWebhook](((failurePolicy:Option[String])=>obj.readOpt[Seq[io.k8s.api.admissionregistration.v1.RuleWithOperations]]("rules")(arrDecoder[RuleWithOperations](decoder)).flatMap[String,ValidatingWebhook](((rules:Option[Seq[RuleWithOperations]])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("objectSelector")(decoder).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[ValidatingWebhook]) }" t="n"class="documentableName ">decoder: Decoder[ValidatingWebhook]

Attributes

Source:
ValidatingWebhook.scala