Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubePersistentVolumeProps

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

schema

io.k8s.api.core.v1.PersistentVolume

Hierarchy

  • KubePersistentVolumeProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.core.v1.PersistentVolume#metadata

Optional Readonly spec

Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes

schema

io.k8s.api.core.v1.PersistentVolume#spec

Generated using TypeDoc