# Functions
GetPersistentVolumeClaimDetail returns detailed information about a persistent volume claim.
GetPersistentVolumeClaimList returns a list of all Persistent Volume Claims in the cluster.
GetPersistentVolumeClaimListFromChannels returns a list of all Persistent Volume Claims in the cluster reading required resource list once from the channels.
GetPodPersistentVolumeClaims gets persistentvolumeclaims that are associated with this pod.
# Structs
PersistentVolumeClaim provides the simplified presentation layer view of Kubernetes Persistent Volume Claim resource.
PersistentVolumeClaimDetail provides the presentation layer view of Kubernetes Persistent Volume Claim resource.
PersistentVolumeClaimList contains a list of Persistent Volume Claims in the cluster.
# Type aliases
No description provided by the author