object SecretVolumeSource
- Companion:
- class
- Source:
- SecretVolumeSource.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.core.v1.KeyToPath]]("items")(arrDecoder[T,KeyToPath](evidence$1,decoderOf[T](evidence$1))).flatMap[String,SecretVolumeSource](((items:Option[Seq[KeyToPath]])=>obj.readOpt[Boolean]("optional")(booleanDecoder[T](evidence$1)).flatMap[String,SecretVolumeSource](((optional:Option[Boolean])=>obj.readOpt[String]("secretName")(stringDecoder[T](evidence$1)).map[SecretVolumeSource](((secretName:Option[String])=>SecretVolumeSource.apply(defaultMode=defaultMode,items=items,optional=optional,secretName=secretName)))))))))))
}
(new$anon():Decoder[T,SecretVolumeSource])
}" class="documentableAnchor">
implicit def obj.readOpt[Seq[io.k8s.api.core.v1.KeyToPath]]("items")(arrDecoder[T,KeyToPath](evidence$1,decoderOf[T](evidence$1))).flatMap[String,SecretVolumeSource](((items:Option[Seq[KeyToPath]])=>obj.readOpt[Boolean]("optional")(booleanDecoder[T](evidence$1)).flatMap[String,SecretVolumeSource](((optional:Option[Boolean])=>obj.readOpt[String]("secretName")(stringDecoder[T](evidence$1)).map[SecretVolumeSource](((secretName:Option[String])=>SecretVolumeSource.apply(defaultMode=defaultMode,items=items,optional=optional,secretName=secretName)))))))))))
}
(new$anon():Decoder[T,SecretVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, SecretVolumeSource]
- Source:
- SecretVolumeSource.scala