mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Use renamed k8s.io/custom-metrics-boilerplate
k8s.io/custom-metrics-boilerplate was "renamed" to "github.com/directxman12/custom-metrics-boilerplate". This updates all references to point to the correct location.
This commit is contained in:
parent
f68a69461a
commit
ff72108468
6 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ import (
|
||||||
"k8s.io/client-go/dynamic"
|
"k8s.io/client-go/dynamic"
|
||||||
"k8s.io/client-go/discovery"
|
"k8s.io/client-go/discovery"
|
||||||
|
|
||||||
"k8s.io/custom-metrics-boilerplate/pkg/cmd/server"
|
"github.com/directxman12/custom-metrics-boilerplate/pkg/cmd/server"
|
||||||
cmprov "github.com/directxman12/k8s-prometheus-adapter/pkg/custom-provider"
|
cmprov "github.com/directxman12/k8s-prometheus-adapter/pkg/custom-provider"
|
||||||
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
|
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
|
||||||
mprom "github.com/directxman12/k8s-prometheus-adapter/pkg/client/metrics"
|
mprom "github.com/directxman12/k8s-prometheus-adapter/pkg/client/metrics"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ import:
|
||||||
- kubernetes/typed/core/v1
|
- kubernetes/typed/core/v1
|
||||||
- rest
|
- rest
|
||||||
- tools/clientcmd
|
- tools/clientcmd
|
||||||
- package: k8s.io/custom-metrics-boilerplate
|
- package: github.com/directxman12/custom-metrics-boilerplate
|
||||||
repo: git@github.com:directxman12/custom-metrics-boilerplate.git
|
repo: git@github.com:directxman12/custom-metrics-boilerplate.git
|
||||||
subpackages:
|
subpackages:
|
||||||
- pkg/cmd/server
|
- pkg/cmd/server
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ import (
|
||||||
|
|
||||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||||
apimeta "k8s.io/apimachinery/pkg/api/meta"
|
apimeta "k8s.io/apimachinery/pkg/api/meta"
|
||||||
"k8s.io/custom-metrics-boilerplate/pkg/provider"
|
"github.com/directxman12/custom-metrics-boilerplate/pkg/provider"
|
||||||
|
|
||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
|
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||||
"k8s.io/custom-metrics-boilerplate/pkg/provider"
|
"github.com/directxman12/custom-metrics-boilerplate/pkg/provider"
|
||||||
|
|
||||||
// install extensions so that our RESTMapper knows about it
|
// install extensions so that our RESTMapper knows about it
|
||||||
_ "k8s.io/client-go/pkg/apis/extensions/install"
|
_ "k8s.io/client-go/pkg/apis/extensions/install"
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ import (
|
||||||
_ "k8s.io/client-go/pkg/api/install"
|
_ "k8s.io/client-go/pkg/api/install"
|
||||||
"k8s.io/apimachinery/pkg/api/resource"
|
"k8s.io/apimachinery/pkg/api/resource"
|
||||||
"k8s.io/client-go/dynamic"
|
"k8s.io/client-go/dynamic"
|
||||||
"k8s.io/custom-metrics-boilerplate/pkg/provider"
|
"github.com/directxman12/custom-metrics-boilerplate/pkg/provider"
|
||||||
"k8s.io/apimachinery/pkg/util/wait"
|
"k8s.io/apimachinery/pkg/util/wait"
|
||||||
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
|
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
|
||||||
pmodel "github.com/prometheus/common/model"
|
pmodel "github.com/prometheus/common/model"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||||
"k8s.io/custom-metrics-boilerplate/pkg/provider"
|
"github.com/directxman12/custom-metrics-boilerplate/pkg/provider"
|
||||||
|
|
||||||
// install extensions so that our RESTMapper knows about it
|
// install extensions so that our RESTMapper knows about it
|
||||||
_ "k8s.io/client-go/pkg/apis/extensions/install"
|
_ "k8s.io/client-go/pkg/apis/extensions/install"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue