Fix comment

This commit is contained in:
Dr. Stefan Schimanski 2015-11-04 12:54:29 +01:00
parent ddcdf6a798
commit ba797e0dcb

View File

@ -43,7 +43,7 @@ import (
client "k8s.io/kubernetes/pkg/client/unversioned"
)
// Scheduler implements types.Scheduler
// sched implements the Scheduler interface.
type sched struct {
podReconciler podreconciler.PodReconciler
framework framework.Framework