io.k8s.api.resource.v1alpha2.ResourceClaimSpec
See theResourceClaimSpec companion object
final case class ResourceClaimSpec(resourceClassName: String, allocationMode: Option[String], parametersRef: Option[ResourceClaimParametersReference])
ResourceClaimSpec defines how a resource is to be allocated.
Attributes
- Companion
- object
- Source
- ResourceClaimSpec.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
if allocationMode has a value, transforms to the result of function
if allocationMode has a value, transforms to the result of function
Attributes
- Source
- ResourceClaimSpec.scala
if parametersRef has a value, transforms to the result of function
if parametersRef has a value, transforms to the result of function
Attributes
- Source
- ResourceClaimSpec.scala
transforms resourceClassName to result of function
Returns a new data with allocationMode set to new value
Returns a new data with parametersRef set to new value
Returns a new data with resourceClassName set to new value
Returns a new data with resourceClassName set to new value
Attributes
- Source
- ResourceClaimSpec.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article