PersistentVolume
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
- Source:
- PersistentVolume.scala