object ResourceRule
- Companion:
- class
- Source:
- ResourceRule.scala
Inherited
Keywords
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[Seq[String]]("apiGroups")(arrDecoder[String](stringDecoder)).flatMap[String,ResourceRule](((apiGroups:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resourceNames")(arrDecoder[String](stringDecoder)).flatMap[String,ResourceRule](((resourceNames:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resources")(arrDecoder[String](stringDecoder)).map[ResourceRule](((resources:Option[Seq[String]])=>ResourceRule.apply(verbs=verbs,apiGroups=apiGroups,resourceNames=resourceNames,resources=resources)))))))))))
}
(new$anon():Decoder[ResourceRule])
}" class="documentableAnchor">
implicit val obj.readOpt[Seq[String]]("apiGroups")(arrDecoder[String](stringDecoder)).flatMap[String,ResourceRule](((apiGroups:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resourceNames")(arrDecoder[String](stringDecoder)).flatMap[String,ResourceRule](((resourceNames:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resources")(arrDecoder[String](stringDecoder)).map[ResourceRule](((resources:Option[Seq[String]])=>ResourceRule.apply(verbs=verbs,apiGroups=apiGroups,resourceNames=resourceNames,resources=resources)))))))))))
}
(new$anon():Decoder[ResourceRule])
}" class="documentableName ">decoder: Decoder[ResourceRule]
- Source:
- ResourceRule.scala