package
0.1.0
Repository: https://github.com/llmos-ai/llmos-gpu-stack.git
Documentation: pkg.go.dev

# 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.