DriverRequests

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to requests

Appends new values to requests

Attributes

Source
DriverRequests.scala
def mapDriverName(f: String => String): DriverRequests

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
def withDriverName(value: String): DriverRequests

Returns a new data with driverName set to new value

Returns a new data with driverName set to new value

Attributes

Source
DriverRequests.scala

Returns a new data with requests set to new value

Returns a new data with requests set to new value

Attributes

Source
DriverRequests.scala

Returns a new data with vendorParameters set to new value

Returns a new data with vendorParameters set to new value

Attributes

Source
DriverRequests.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product