1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Use rancher/types

This commit is contained in:
galal-hussein
2017-11-13 23:28:38 +02:00
parent e691df23b3
commit 40b13446a7
26 changed files with 46 additions and 42 deletions

View File

@@ -1,11 +1,11 @@
package services
import (
"github.com/alena1108/cluster-controller/client/v1"
"github.com/docker/docker/api/types/container"
"github.com/rancher/rke/docker"
"github.com/rancher/rke/hosts"
"github.com/rancher/rke/pki"
"github.com/rancher/types/io.cattle.cluster/v1"
)
func runKubeproxy(host hosts.Host, kubeproxyService v1.KubeproxyService) error {