Removing affinity provider

This commit is contained in:
Abhishek Gupta
2015-02-26 16:42:27 -08:00
parent 3607a16293
commit 28fbde0f22
3 changed files with 0 additions and 58 deletions

View File

@@ -19,14 +19,12 @@ package algorithmprovider
import (
"testing"
"github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithmprovider/affinity"
"github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/factory"
)
var (
algorithmProviderNames = []string{
factory.DefaultProvider,
affinity.AffinityProvider,
}
)