pkg/apis/core: mechanical import fixes in dependencies

Kubernetes-commit: 012b085ac870d359131f4251213bf2fff1d15aa0
This commit is contained in:
Dr. Stefan Schimanski 2017-11-08 23:34:54 +01:00 committed by Kubernetes Publisher
parent b78f8f90fd
commit d10f10b8ac
1 changed files with 1 additions and 2 deletions

View File

@ -17,12 +17,11 @@ limitations under the License.
package webhook
import (
"fmt"
"io/ioutil"
"strings"
"time"
"fmt"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"