mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
pkg/api/resource: move to apimachinery
This commit is contained in:
committed by
Dr. Stefan Schimanski
parent
6b6b6c747e
commit
bc6fdd925d
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
package bandwidth
|
||||
|
||||
import "k8s.io/kubernetes/pkg/api/resource"
|
||||
import "k8s.io/apimachinery/pkg/api/resource"
|
||||
|
||||
type BandwidthShaper interface {
|
||||
// Limit the bandwidth for a particular CIDR on a particular interface
|
||||
|
||||
Reference in New Issue
Block a user