| 31 | ) |
| 32 | |
| 33 | type AsyncScaler struct { |
| 34 | k8s *k8s.Client |
| 35 | prometheus promv1.API |
| 36 | } |
| 37 | |
| 38 | func NewAsyncScaler(k8sClient *k8s.Client, promClient promv1.API) *AsyncScaler { |
| 39 | return &AsyncScaler{ |
nothing calls this directly
no outgoing calls
no test coverage detected