common

package
v1.23.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2022 License: Apache-2.0 Imports: 4 Imported by: 8

Documentation

Index

Constants

View Source
const (
	// PodPVCIndex is the lookup name for the index function, which is to index by pod pvcs.
	PodPVCIndex = "pod-pvc-index"
)

Variables

This section is empty.

Functions

func AddIndexerIfNotPresent

func AddIndexerIfNotPresent(indexer cache.Indexer, indexName string, indexFunc cache.IndexFunc) error

AddIndexerIfNotPresent adds the index function with the name into the cache indexer if not present

func AddPodPVCIndexerIfNotPresent

func AddPodPVCIndexerIfNotPresent(indexer cache.Indexer) error

AddPodPVCIndexerIfNotPresent adds the PodPVCIndexFunc.

func PodPVCIndexFunc

func PodPVCIndexFunc() func(obj interface{}) ([]string, error)

PodPVCIndexFunc creates an index function that returns PVC keys (= namespace/name) for given pod. This includes the PVCs that might be created for generic ephemeral volumes.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL