Skip to content

Commit

Permalink
Removing affinity provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Gupta committed Mar 2, 2015
1 parent 3607a16 commit 28fbde0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
55 changes: 0 additions & 55 deletions plugin/pkg/scheduler/algorithmprovider/affinity/affinity.go

This file was deleted.

1 change: 0 additions & 1 deletion plugin/pkg/scheduler/algorithmprovider/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ limitations under the License.
package algorithmprovider

import (
_ "github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithmprovider/affinity"
_ "github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults"
)
2 changes: 0 additions & 2 deletions plugin/pkg/scheduler/algorithmprovider/plugins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)

Expand Down

0 comments on commit 28fbde0

Please sign in to comment.