Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeManagerHooks ¶
type VolumeManagerHooks struct {
// contains filtered or unexported fields
}
VolumeManagerHooks implements controller.Hooks interface
func NewVolumeManagerHooks ¶
func NewVolumeManagerHooks(crdClient vckv1alpha1_volume_manager.VolumeManagerInterface, dataHandlers []handlers.DataHandler) *VolumeManagerHooks
NewVolumeManagerHooks creates and returns a new instance of the VolumeManagerHooks
func (*VolumeManagerHooks) Add ¶
func (h *VolumeManagerHooks) Add(obj interface{})
Add handles the addition of a new volume manager object
func (*VolumeManagerHooks) Delete ¶
func (h *VolumeManagerHooks) Delete(obj interface{})
Delete handles the deletion of a volume manager object
func (*VolumeManagerHooks) Update ¶
func (h *VolumeManagerHooks) Update(oldObj, newObj interface{})
Update handles the update of a volume manager object
Click to show internal directories.
Click to hide internal directories.