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