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

@@ -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"
)