mirror of https://github.com/k3s-io/k3s
goformatted
parent
fb412e47e4
commit
6c6aab60ab
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue