Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropDisabledAlphaFields ¶ added in v1.9.0
func DropDisabledAlphaFields(pvSpec *api.PersistentVolumeSpec)
DropDisabledAlphaFields removes disabled fields from the pv spec. This should be called from PrepareForCreate/PrepareForUpdate for all resources containing a pv spec.
func VisitPVSecretNames ¶
func VisitPVSecretNames(pv *api.PersistentVolume, visitor Visitor) 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.
Types ¶
Click to show internal directories.
Click to hide internal directories.