object TokenRequestSpec
- Companion:
- class
- Source:
- TokenRequestSpec.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.api.authentication.v1.BoundObjectReference]("boundObjectRef")(decoderOf[T](evidence$1)).flatMap[String,TokenRequestSpec](((boundObjectRef:Option[BoundObjectReference])=>obj.readOpt[Int]("expirationSeconds")(intDecoder[T](evidence$1)).map[TokenRequestSpec](((expirationSeconds:Option[Int])=>TokenRequestSpec.apply(audiences=audiences,boundObjectRef=boundObjectRef,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[T,TokenRequestSpec])
}" class="documentableAnchor">
implicit def obj.readOpt[io.k8s.api.authentication.v1.BoundObjectReference]("boundObjectRef")(decoderOf[T](evidence$1)).flatMap[String,TokenRequestSpec](((boundObjectRef:Option[BoundObjectReference])=>obj.readOpt[Int]("expirationSeconds")(intDecoder[T](evidence$1)).map[TokenRequestSpec](((expirationSeconds:Option[Int])=>TokenRequestSpec.apply(audiences=audiences,boundObjectRef=boundObjectRef,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[T,TokenRequestSpec])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, TokenRequestSpec]
- Source:
- TokenRequestSpec.scala