ExactDeviceRequest

io.k8s.api.resource.v1beta2.ExactDeviceRequest
See theExactDeviceRequest companion object
final case class ExactDeviceRequest(deviceClassName: String, count: Option[Long], adminAccess: Option[Boolean], tolerations: Option[Seq[DeviceToleration]], selectors: Option[Seq[DeviceSelector]], allocationMode: Option[String])

ExactDeviceRequest is a request for one or more identical devices.

Attributes

Companion
object
Source
ExactDeviceRequest.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 selectors

Appends new values to selectors

Attributes

Source
ExactDeviceRequest.scala

Appends new values to tolerations

Appends new values to tolerations

Attributes

Source
ExactDeviceRequest.scala

if adminAccess has a value, transforms to the result of function

if adminAccess has a value, transforms to the result of function

Attributes

Source
ExactDeviceRequest.scala

if allocationMode has a value, transforms to the result of function

if allocationMode has a value, transforms to the result of function

Attributes

Source
ExactDeviceRequest.scala

if count has a value, transforms to the result of function

if count has a value, transforms to the result of function

Attributes

Source
ExactDeviceRequest.scala

transforms deviceClassName to result of function

transforms deviceClassName to result of function

Attributes

Source
ExactDeviceRequest.scala

if selectors has a value, transforms to the result of function

if selectors has a value, transforms to the result of function

Attributes

Source
ExactDeviceRequest.scala

if tolerations has a value, transforms to the result of function

if tolerations has a value, transforms to the result of function

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with adminAccess set to new value

Returns a new data with adminAccess set to new value

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with allocationMode set to new value

Returns a new data with allocationMode set to new value

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with deviceClassName set to new value

Returns a new data with deviceClassName set to new value

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with selectors set to new value

Returns a new data with selectors set to new value

Attributes

Source
ExactDeviceRequest.scala

Returns a new data with tolerations set to new value

Returns a new data with tolerations set to new value

Attributes

Source
ExactDeviceRequest.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product