OpaqueDeviceConfiguration

io.k8s.api.resource.v1beta2.OpaqueDeviceConfiguration
See theOpaqueDeviceConfiguration companion object
final case class OpaqueDeviceConfiguration(driver: String, parameters: RawExtension)

OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

Attributes

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

Members list

Value members

Concrete methods

transforms driver to result of function

transforms driver to result of function

Attributes

Source
OpaqueDeviceConfiguration.scala

transforms parameters to result of function

transforms parameters to result of function

Attributes

Source
OpaqueDeviceConfiguration.scala

Returns a new data with driver set to new value

Returns a new data with driver set to new value

Attributes

Source
OpaqueDeviceConfiguration.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Attributes

Source
OpaqueDeviceConfiguration.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product