mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
goformatted
This commit is contained in:
parent
fb412e47e4
commit
6c6aab60ab
@ -42,10 +42,10 @@ import (
|
|||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/service"
|
"github.com/GoogleCloudPlatform/kubernetes/pkg/service"
|
||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
|
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
|
||||||
|
|
||||||
|
"github.com/GoogleCloudPlatform/kubernetes/pkg/volumeclaimbinder"
|
||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
"github.com/spf13/pflag"
|
"github.com/spf13/pflag"
|
||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/volumeclaimbinder"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// CMServer is the main context object for the controller manager.
|
// CMServer is the main context object for the controller manager.
|
||||||
|
@ -183,7 +183,6 @@ func (controller *PersistentVolumeClaimBinder) syncPersistentVolumeClaimStatus(v
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (controller *PersistentVolumeClaimBinder) Run(period time.Duration) {
|
func (controller *PersistentVolumeClaimBinder) Run(period time.Duration) {
|
||||||
glog.V(5).Infof("Starting PersistentVolumeClaimBinder\n")
|
glog.V(5).Infof("Starting PersistentVolumeClaimBinder\n")
|
||||||
go util.Forever(func() { controller.synchronize() }, period)
|
go util.Forever(func() { controller.synchronize() }, period)
|
||||||
|
Loading…
Reference in New Issue
Block a user