Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
Types ¶
type DeviceManager ¶
type DeviceManager struct { Kubeconfig string `usage:"Path to kubeconfig file" short:"k" env:"KUBECONFIG"` Namespace string `usage:"Deployment namespace" default:"llmos-system" short:"n" env:"LLMOS_NAMESPACE"` HttpAddress string `usage:"Address to listen for HTTP requests" default:"0.0.0.0:8080" short:"a" env:"LLMOS_HTTP_ADDRESS"` ProfilerAddress string `usage:"Address to listen for profiling" default:"0.0.0.0:6060" short:"p" env:"LLMOS_PROFILER_ADDRESS"` Threadiness int `usage:"Number of threads to run" default:"2" short:"w" env:"LLMOS_THREADINESS"` }
Click to show internal directories.
Click to hide internal directories.