# Functions
No description provided by the author
RegisterBlockDeviceGeneratingHandler configures a BlockDeviceController to execute a BlockDeviceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterBlockDeviceStatusHandler configures a BlockDeviceController to execute a BlockDeviceStatusHandler for every events observed.
# Interfaces
BlockDeviceCache interface for retrieving BlockDevice resources in memory.
BlockDeviceClient interface for managing BlockDevice resources in Kubernetes.
BlockDeviceController interface for managing BlockDevice resources.
No description provided by the author
# Type aliases
BlockDeviceGeneratingHandler is the top-level handler that is executed for every BlockDevice event.
BlockDeviceStatusHandler is executed for every added or modified BlockDevice.