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:
Solly Ross 2017-06-23 19:27:15 -04:00
parent f68a69461a
commit ff72108468
6 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ import (
"k8s.io/client-go/dynamic"
"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"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
mprom "github.com/directxman12/k8s-prometheus-adapter/pkg/client/metrics"