Use new kubenetes-incubator version of boilerplate

The boilerplate moved to
github.com/kuberntes-incubator/custom-metrics-apiserver, so we should
use that now.
This commit is contained in:
Solly Ross 2017-08-02 15:20:19 -04:00
parent 766cd07c3a
commit 703e9ecf09
7 changed files with 16 additions and 16 deletions

View file

@ -30,10 +30,10 @@ import (
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"github.com/directxman12/custom-metrics-boilerplate/pkg/cmd/server"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
mprom "github.com/directxman12/k8s-prometheus-adapter/pkg/client/metrics"
cmprov "github.com/directxman12/k8s-prometheus-adapter/pkg/custom-provider"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/cmd/server"
)
// NewCommandStartPrometheusAdapterServer provides a CLI handler for 'start master' command