Device

io.k8s.api.resource.v1alpha3.Device
See theDevice companion object
final case class Device(name: String, basic: Option[BasicDevice])

Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

Attributes

Companion
object
Source
Device.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
Device.scala

transforms name to result of function

transforms name to result of function

Attributes

Source
Device.scala

Returns a new data with basic set to new value

Returns a new data with basic set to new value

Attributes

Source
Device.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
Device.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product