io.k8s.api.resource.v1beta1.ResourceClaimList
See theResourceClaimList companion object
final case class ResourceClaimList(items: Seq[ResourceClaim], metadata: Option[ListMeta]) extends KObject
ResourceClaimList is a collection of claims.
Attributes
- Companion
- object
- Source
- ResourceClaimList.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to items
Attributes
- Definition Classes
- Source
- ResourceClaimList.scala
transforms items to result of function
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
- Source
- ResourceClaimList.scala
Returns a new data with items set to new value
Returns a new data with metadata set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article