Options
All
  • Public
  • Public/Protected
  • All
Menu

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. Directly attached to the vmi via qemu. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

export
interface

V1PersistentVolumeClaimVolumeSource

Hierarchy

  • V1PersistentVolumeClaimVolumeSource

Index

Properties

claimName: string

claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

memberof

V1PersistentVolumeClaimVolumeSource

hotpluggable?: boolean

Hotpluggable indicates whether the volume can be hotplugged and hotunplugged.

memberof

V1PersistentVolumeClaimVolumeSource

readOnly?: boolean

readOnly Will force the ReadOnly setting in VolumeMounts. Default false.

memberof

V1PersistentVolumeClaimVolumeSource

Generated using TypeDoc