Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PVCNotFound = errors.New("PVC is not found")
Functions ¶
func NewMetaManager ¶
func NewMetaManager( pvcLister corelisters.PersistentVolumeClaimLister, pvcControl controller.PVCControlInterface, pvLister corelisters.PersistentVolumeLister, pvControl controller.PVControlInterface, podLister corelisters.PodLister, podControl controller.PodControlInterface, ) manager.Manager
NewMetaManager returns a *metaManager
func NewReclaimPolicyManager ¶
func NewReclaimPolicyManager(pvcLister corelisters.PersistentVolumeClaimLister, pvLister corelisters.PersistentVolumeLister, pvControl controller.PVControlInterface) manager.Manager
NewReclaimPolicyManager returns a *reclaimPolicyManager
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.