pkg/util/flag: move to k8s.io/apiserver

This commit is contained in:
Dr. Stefan Schimanski 2017-01-23 15:46:05 +01:00
parent 97132cd578
commit 5441d4a49d
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@ package main
import ( import (
"k8s.io/apimachinery/pkg/util/wait" "k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apiserver/pkg/util/flag"
"k8s.io/kubernetes/examples/apiserver" "k8s.io/kubernetes/examples/apiserver"
"k8s.io/kubernetes/pkg/util/flag"
"github.com/golang/glog" "github.com/golang/glog"
"github.com/spf13/pflag" "github.com/spf13/pflag"