Skip to content

Commit

Permalink
Update pkg/scalers/selenium_grid_scaler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <[email protected]>
Signed-off-by: prashanth <[email protected]>
  • Loading branch information
2 people authored and prashanth committed Jul 27, 2021
1 parent fd9f9a5 commit 2c982b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scalers/selenium_grid_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ import (
"io/ioutil"
"net/http"

kedautil "github.com/kedacore/keda/v2/pkg/util"
v2beta2 "k8s.io/api/autoscaling/v2beta2"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/metrics/pkg/apis/external_metrics"

kedautil "github.com/kedacore/keda/v2/pkg/util"
)

type seleniumGridScaler struct {
Expand Down

0 comments on commit 2c982b4

Please sign in to comment.