Revert "cni network plugin"

This commit is contained in:
Brian Grant
2015-09-24 23:24:21 -07:00
parent 7e42781d40
commit bd3a3f1443
15 changed files with 0 additions and 1024 deletions

View File

@@ -19,7 +19,6 @@ package kubelet
import (
"k8s.io/kubernetes/pkg/api"
client "k8s.io/kubernetes/pkg/client/unversioned"
kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
)
// This just exports required functions from kubelet proper, for use by network
@@ -35,7 +34,3 @@ func (nh *networkHost) GetPodByName(name, namespace string) (*api.Pod, bool) {
func (nh *networkHost) GetKubeClient() client.Interface {
return nh.kubelet.kubeClient
}
func (nh *networkHost) GetRuntime() kubecontainer.Runtime {
return nh.kubelet.GetRuntime()
}