mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Changes another usage of the BandwidthShaper to Shaper
This commit is contained in:
parent
80578d5bf1
commit
9d3d7a7b51
@ -597,7 +597,7 @@ func (plugin *kubenetNetworkPlugin) delContainerFromNetwork(config *libcni.Netwo
|
|||||||
// shaper retrieves the bandwidth shaper and, if it hasn't been fetched before,
|
// shaper retrieves the bandwidth shaper and, if it hasn't been fetched before,
|
||||||
// initializes it and ensures the bridge is appropriately configured
|
// initializes it and ensures the bridge is appropriately configured
|
||||||
// This function should only be called while holding the `plugin.mu` lock
|
// This function should only be called while holding the `plugin.mu` lock
|
||||||
func (plugin *kubenetNetworkPlugin) shaper() bandwidth.BandwidthShaper {
|
func (plugin *kubenetNetworkPlugin) shaper() bandwidth.Shaper {
|
||||||
if plugin.bandwidthShaper == nil {
|
if plugin.bandwidthShaper == nil {
|
||||||
plugin.bandwidthShaper = bandwidth.NewTCShaper(BridgeName)
|
plugin.bandwidthShaper = bandwidth.NewTCShaper(BridgeName)
|
||||||
plugin.bandwidthShaper.ReconcileInterface()
|
plugin.bandwidthShaper.ReconcileInterface()
|
||||||
|
Loading…
Reference in New Issue
Block a user