io.k8s.api.core.v1.PersistentVolumeClaim
See thePersistentVolumeClaim companion object
final case class PersistentVolumeClaim(status: Option[PersistentVolumeClaimStatus], spec: Option[PersistentVolumeClaimSpec], metadata: Option[ObjectMeta]) extends KObject
PersistentVolumeClaim is a user's request for and claim to a persistent volume
Attributes
- Companion
- object
- Source
- PersistentVolumeClaim.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article