ResourcePolicyRule

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[Seq[String]]("apiGroups")(arrDecoder[String](stringDecoder)).flatMap[String,ResourcePolicyRule](((apiGroups:Seq[String])=>obj.read[Seq[String]]("resources")(arrDecoder[String](stringDecoder)).flatMap[String,ResourcePolicyRule](((resources:Seq[String])=>obj.readOpt[Boolean]("clusterScope")(booleanDecoder).flatMap[String,ResourcePolicyRule](((clusterScope:Option[Boolean])=>obj.readOpt[Seq[String]]("namespaces")(arrDecoder[String](stringDecoder)).map[ResourcePolicyRule](((namespaces:Option[Seq[String]])=>ResourcePolicyRule.apply(verbs=verbs,apiGroups=apiGroups,resources=resources,clusterScope=clusterScope,namespaces=namespaces))))))))))))) } (new$anon():Decoder[ResourcePolicyRule]) }" class="documentableAnchor">