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