# Functions
No description provided by the author
RegisterGPUDeviceGeneratingHandler configures a GPUDeviceController to execute a GPUDeviceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterGPUDeviceStatusHandler configures a GPUDeviceController to execute a GPUDeviceStatusHandler for every events observed.
# Interfaces
GPUDeviceCache interface for retrieving GPUDevice resources in memory.
GPUDeviceClient interface for managing GPUDevice resources in Kubernetes.
GPUDeviceController interface for managing GPUDevice resources.
No description provided by the author
# Type aliases
GPUDeviceGeneratingHandler is the top-level handler that is executed for every GPUDevice event.
GPUDeviceStatusHandler is executed for every added or modified GPUDevice.