package
1.13.0
Repository: https://github.com/llmariner/inference-manager.git
Documentation: pkg.go.dev

# Functions

NewBuiltinScaler creates a new BuiltinScaler.
NewKedaScaler creates a new KedaScaler.

# Constants

TypeBuiltin is the builtin autoscaler.
TypeKeda is the KEDA autoscaler.

# Structs

BuiltinConfig is the configuration for the builtin autoscaler.
BuiltinScaler is a controller that manages scalers for all runtimes.
Config is the configuration for the autoscaler.
KedaConfig is the configuration for KEDA.
KedaPromTrigger is the Prometheus trigger configuration.
KedaScaler is a scaler that uses KEDA to scale.
NoopRegisterer is a scaler that does nothing.
ScalingConfig is the scaling configuration.

# Interfaces

Autoscaler is an interface for autoscalers.
Registerer is an interface for registering and unregistering scalers.