# Functions
CreateOrUpdatePVC attempts first to get the given persistentvolumeclaim.
LabelsEqual return only true if the pvcs are equal in labels only.
List returns a list of pods that match the given selector.
MutateLabelsOnly is a default mutate function implementation that copies only the labels from desired to current persistentvolumeclaim.
NewPVC retuns a new k8s persistentvolumeclaim.
# Type aliases
EqualityPVCFunc is the type for functions that compare two persistentvolumeclaims.
MutatePVCFunc is the type for functions that mutate the current persistentvolumeclaim by applying the values from the desired persistentvolumeclaim.