goformatted

pull/6/head
markturansky 2015-04-16 13:28:45 -04:00
parent fb412e47e4
commit 6c6aab60ab
2 changed files with 1 additions and 2 deletions

View File

@ -42,10 +42,10 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/service"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"github.com/GoogleCloudPlatform/kubernetes/pkg/volumeclaimbinder"
"github.com/golang/glog"
"github.com/prometheus/client_golang/prometheus"
"github.com/spf13/pflag"
"github.com/GoogleCloudPlatform/kubernetes/pkg/volumeclaimbinder"
)
// CMServer is the main context object for the controller manager.

View File

@ -183,7 +183,6 @@ func (controller *PersistentVolumeClaimBinder) syncPersistentVolumeClaimStatus(v
return err
}
func (controller *PersistentVolumeClaimBinder) Run(period time.Duration) {
glog.V(5).Infof("Starting PersistentVolumeClaimBinder\n")
go util.Forever(func() { controller.synchronize() }, period)