DeviceRequest

io.k8s.api.resource.v1alpha3.DeviceRequest
See theDeviceRequest companion object

DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.

A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.

Attributes

Companion
object
Source
DeviceRequest.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
DeviceRequest.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
DeviceRequest.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
DeviceRequest.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
DeviceRequest.scala

transforms deviceClassName to result of function

transforms deviceClassName to result of function

Attributes

Source
DeviceRequest.scala

transforms name to result of function

transforms name to result of function

Attributes

Source
DeviceRequest.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
DeviceRequest.scala

Returns a new data with adminAccess set to new value

Returns a new data with adminAccess set to new value

Attributes

Source
DeviceRequest.scala

Returns a new data with allocationMode set to new value

Returns a new data with allocationMode set to new value

Attributes

Source
DeviceRequest.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Attributes

Source
DeviceRequest.scala

Returns a new data with deviceClassName set to new value

Returns a new data with deviceClassName set to new value

Attributes

Source
DeviceRequest.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
DeviceRequest.scala

Returns a new data with selectors set to new value

Returns a new data with selectors set to new value

Attributes

Source
DeviceRequest.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product