AllocatedDeviceStatus

io.k8s.api.resource.v1beta1.AllocatedDeviceStatus
See theAllocatedDeviceStatus companion object
final case class AllocatedDeviceStatus(driver: String, pool: String, device: String, conditions: Option[Seq[Condition]], data: Option[RawExtension], networkData: Option[NetworkDeviceData])

AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.

Attributes

Companion
object
Source
AllocatedDeviceStatus.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 conditions

Appends new values to conditions

Attributes

Source
AllocatedDeviceStatus.scala

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

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

Attributes

Source
AllocatedDeviceStatus.scala

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

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

Attributes

Source
AllocatedDeviceStatus.scala

transforms device to result of function

transforms device to result of function

Attributes

Source
AllocatedDeviceStatus.scala

transforms driver to result of function

transforms driver to result of function

Attributes

Source
AllocatedDeviceStatus.scala

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

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

Attributes

Source
AllocatedDeviceStatus.scala

transforms pool to result of function

transforms pool to result of function

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with data set to new value

Returns a new data with data set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with device set to new value

Returns a new data with device set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with networkData set to new value

Returns a new data with networkData set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Returns a new data with pool set to new value

Returns a new data with pool set to new value

Attributes

Source
AllocatedDeviceStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product