MCPcopy
hub / github.com/cortexlabs/cortex / AsyncScaler

Struct AsyncScaler

pkg/autoscaler/async_scaler.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type AsyncScaler struct {
34 k8s *k8s.Client
35 prometheus promv1.API
36}
37
38func NewAsyncScaler(k8sClient *k8s.Client, promClient promv1.API) *AsyncScaler {
39 return &AsyncScaler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected