package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
AddIndexerIfNotPresent adds the index function with the name into the cache indexer if not present.
AddPodPVCIndexerIfNotPresent adds the PodPVCIndexFunc.
PodPVCIndexFunc creates an index function that returns PVC keys (= namespace/name) for given pod.
# Constants
PodPVCIndex is the lookup name for the index function, which is to index by pod pvcs.