io.k8s.api.resource.v1alpha3.DeviceClaim
See theDeviceClaim companion object
final case class DeviceClaim(config: Option[Seq[DeviceClaimConfiguration]], constraints: Option[Seq[DeviceConstraint]], requests: Option[Seq[DeviceRequest]])
DeviceClaim defines how to request devices with a ResourceClaim.
Attributes
- Companion
- object
- Source
- DeviceClaim.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to config
Appends new values to constraints
Appends new values to requests
if config has a value, transforms to the result of function
if constraints has a value, transforms to the result of function
if constraints has a value, transforms to the result of function
Attributes
- Source
- DeviceClaim.scala
if requests has a value, transforms to the result of function
Returns a new data with config set to new value
Returns a new data with constraints set to new value
Returns a new data with requests set to new value
In this article