io.k8s.api.resource.v1alpha2.DriverRequests
See theDriverRequests companion object
final case class DriverRequests(driverName: Option[String], requests: Option[Seq[ResourceRequest]], vendorParameters: Option[RawExtension])
DriverRequests describes all resources that are needed from one particular driver.
Attributes
- Companion
- object
- Source
- DriverRequests.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to requests
if driverName has a value, transforms to the result of function
if driverName has a value, transforms to the result of function
Attributes
- Source
- DriverRequests.scala
if requests has a value, transforms to the result of function
if requests has a value, transforms to the result of function
Attributes
- Source
- DriverRequests.scala
if vendorParameters has a value, transforms to the result of function
if vendorParameters has a value, transforms to the result of function
Attributes
- Source
- DriverRequests.scala
Returns a new data with driverName set to new value
Returns a new data with requests set to new value
Returns a new data with vendorParameters set to new value
In this article