object FlowSchemaSpec
- Companion:
- class
- Source:
- FlowSchemaSpec.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod]("distinguisherMethod")(decoderOf[T](evidence$1)).flatMap[String,FlowSchemaSpec](((distinguisherMethod:Option[FlowDistinguisherMethod])=>obj.readOpt[Int]("matchingPrecedence")(intDecoder[T](evidence$1)).flatMap[String,FlowSchemaSpec](((matchingPrecedence:Option[Int])=>obj.readOpt[Seq[io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects]]("rules")(arrDecoder[T,PolicyRulesWithSubjects](evidence$1,decoderOf[T](evidence$1))).map[FlowSchemaSpec](((rules:Option[Seq[PolicyRulesWithSubjects]])=>FlowSchemaSpec.apply(priorityLevelConfiguration=priorityLevelConfiguration,distinguisherMethod=distinguisherMethod,matchingPrecedence=matchingPrecedence,rules=rules)))))))))))
}
(new$anon():Decoder[T,FlowSchemaSpec])
}" class="documentableAnchor">
implicit def obj.readOpt[io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod]("distinguisherMethod")(decoderOf[T](evidence$1)).flatMap[String,FlowSchemaSpec](((distinguisherMethod:Option[FlowDistinguisherMethod])=>obj.readOpt[Int]("matchingPrecedence")(intDecoder[T](evidence$1)).flatMap[String,FlowSchemaSpec](((matchingPrecedence:Option[Int])=>obj.readOpt[Seq[io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects]]("rules")(arrDecoder[T,PolicyRulesWithSubjects](evidence$1,decoderOf[T](evidence$1))).map[FlowSchemaSpec](((rules:Option[Seq[PolicyRulesWithSubjects]])=>FlowSchemaSpec.apply(priorityLevelConfiguration=priorityLevelConfiguration,distinguisherMethod=distinguisherMethod,matchingPrecedence=matchingPrecedence,rules=rules)))))))))))
}
(new$anon():Decoder[T,FlowSchemaSpec])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, FlowSchemaSpec]
- Source:
- FlowSchemaSpec.scala