io.k8s.api.resource.v1beta2.CapacityRequestPolicy
See theCapacityRequestPolicy companion object
final case class CapacityRequestPolicy(default: Option[Quantity], validRange: Option[CapacityRequestPolicyRange], validValues: Option[Seq[Quantity]])
CapacityRequestPolicy defines how requests consume device capacity.
Must not set more than one ValidRequestValues.
Attributes
- Companion
- object
- Source
- CapacityRequestPolicy.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to validValues
if default has a value, transforms to the result of function
if default has a value, transforms to the result of function
Attributes
- Source
- CapacityRequestPolicy.scala
if validRange has a value, transforms to the result of function
if validRange has a value, transforms to the result of function
Attributes
- Source
- CapacityRequestPolicy.scala
if validValues has a value, transforms to the result of function
if validValues has a value, transforms to the result of function
Attributes
- Source
- CapacityRequestPolicy.scala
Returns a new data with default set to new value
Returns a new data with validRange set to new value
Returns a new data with validValues set to new value
In this article