io.k8s.api.core.v1.PersistentVolume
See thePersistentVolume companion object
final case class PersistentVolume(status: Option[PersistentVolumeStatus], spec: Option[PersistentVolumeSpec], metadata: Option[ObjectMeta]) extends KObject
PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
Attributes
- Companion
- object
- Source
- PersistentVolume.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- PersistentVolume.scala
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
- Source
- PersistentVolume.scala
if spec has a value, transforms to the result of function
if status has a value, transforms to the result of function
if status has a value, transforms to the result of function
Attributes
- Source
- PersistentVolume.scala
Returns a new data with metadata set to new value
Returns a new data with spec set to new value
Returns a new data with status 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