PolicyRule

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