object EmptyDirVolumeSource
- Companion:
- class
- Source:
- EmptyDirVolumeSource.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.api.resource.Quantity]("sizeLimit")(decoder).map[EmptyDirVolumeSource](((sizeLimit:Option[Quantity])=>EmptyDirVolumeSource.apply(medium=medium,sizeLimit=sizeLimit)))))))
}
(new$anon():Decoder[EmptyDirVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[io.k8s.apimachinery.pkg.api.resource.Quantity]("sizeLimit")(decoder).map[EmptyDirVolumeSource](((sizeLimit:Option[Quantity])=>EmptyDirVolumeSource.apply(medium=medium,sizeLimit=sizeLimit)))))))
}
(new$anon():Decoder[EmptyDirVolumeSource])
}" class="documentableName ">decoder: Decoder[EmptyDirVolumeSource]
- Source:
- EmptyDirVolumeSource.scala