pkg/apis/core: mechanical import fixes in dependencies

This commit is contained in:
Dr. Stefan Schimanski
2017-11-08 23:34:54 +01:00
parent d13b936a2a
commit 012b085ac8
691 changed files with 835 additions and 852 deletions

View File

@@ -17,10 +17,9 @@ limitations under the License.
package userspace
import (
"net"
"k8s.io/kubernetes/pkg/api"
api "k8s.io/kubernetes/pkg/apis/core"
"k8s.io/kubernetes/pkg/proxy"
"net"
)
// LoadBalancer is an interface for distributing incoming requests to service endpoints.