kubernetesk8s.io/kubernetes/pkg/api/persistentvolume Index | Files

package persistentvolume

import "k8s.io/kubernetes/pkg/api/persistentvolume"

Index

Functions

func VisitPVSecretNames

func VisitPVSecretNames(pv *api.PersistentVolume, visitor func(string, string) bool) bool

VisitPVSecretNames invokes the visitor function with the name of every secret referenced by the PV spec. If visitor returns false, visiting is short-circuited. Returns true if visiting completed, false if visiting was short-circuited.

Source Files

util.go

Version
v1.7.8
Published
Oct 5, 2017
Platform
js/wasm
Imports
1 packages
Last checked
8 seconds ago

Tools for package owners.