*: move all imports to github.com/kubernetes-sigs/prometheus-adapter

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom 2021-02-22 15:26:02 +01:00
parent dd841a6e5e
commit cd55a67b89
No known key found for this signature in database
GPG key ID: 12AE0185401674E7
24 changed files with 50 additions and 50 deletions

View file

@ -37,8 +37,8 @@ import (
"k8s.io/klog/v2"
"k8s.io/metrics/pkg/apis/custom_metrics"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"
prom "github.com/kubernetes-sigs/prometheus-adapter/pkg/client"
"github.com/kubernetes-sigs/prometheus-adapter/pkg/naming"
)
// Runnable represents something that can be run until told to stop.

View file

@ -25,10 +25,10 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
fakedyn "k8s.io/client-go/dynamic/fake"
config "github.com/directxman12/k8s-prometheus-adapter/cmd/config-gen/utils"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
fakeprom "github.com/directxman12/k8s-prometheus-adapter/pkg/client/fake"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"
config "github.com/kubernetes-sigs/prometheus-adapter/cmd/config-gen/utils"
prom "github.com/kubernetes-sigs/prometheus-adapter/pkg/client"
fakeprom "github.com/kubernetes-sigs/prometheus-adapter/pkg/client/fake"
"github.com/kubernetes-sigs/prometheus-adapter/pkg/naming"
pmodel "github.com/prometheus/common/model"
)

View file

@ -24,8 +24,8 @@ import (
apimeta "k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/labels"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"
prom "github.com/kubernetes-sigs/prometheus-adapter/pkg/client"
"github.com/kubernetes-sigs/prometheus-adapter/pkg/naming"
pmodel "github.com/prometheus/common/model"
"k8s.io/klog/v2"
)

View file

@ -31,9 +31,9 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/selection"
config "github.com/directxman12/k8s-prometheus-adapter/cmd/config-gen/utils"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"
config "github.com/kubernetes-sigs/prometheus-adapter/cmd/config-gen/utils"
prom "github.com/kubernetes-sigs/prometheus-adapter/pkg/client"
"github.com/kubernetes-sigs/prometheus-adapter/pkg/naming"
)
// restMapper creates a RESTMapper with just the types we need for