object Role
- Companion:
- class
- Source:
- Role.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[Seq[io.k8s.api.rbac.v1.PolicyRule]]("rules")(arrDecoder[T,PolicyRule](evidence$2,decoderOf[T](evidence$2))).map[Role](((rules:Option[Seq[PolicyRule]])=>Role.apply(metadata=metadata,rules=rules)))))))
}
(new$anon():Decoder[T,Role])
}" class="documentableAnchor">
implicit def obj.readOpt[Seq[io.k8s.api.rbac.v1.PolicyRule]]("rules")(arrDecoder[T,PolicyRule](evidence$2,decoderOf[T](evidence$2))).map[Role](((rules:Option[Seq[PolicyRule]])=>Role.apply(metadata=metadata,rules=rules)))))))
}
(new$anon():Decoder[T,Role])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, Role]
- Source:
- Role.scala