Copy kubernetes/pkg/util/bandwidth
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
		| @@ -15,4 +15,4 @@ limitations under the License. | ||||
| */ | ||||
| 
 | ||||
| // Package bandwidth provides utilities for bandwidth shaping | ||||
| package bandwidth // import "k8s.io/kubernetes/pkg/util/bandwidth" | ||||
| package bandwidth | ||||
| @@ -33,13 +33,13 @@ import ( | ||||
| 	"github.com/sirupsen/logrus" | ||||
| 	"golang.org/x/net/context" | ||||
| 	runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2" | ||||
| 	"k8s.io/kubernetes/pkg/util/bandwidth" | ||||
|  | ||||
| 	"github.com/containerd/cri/pkg/annotations" | ||||
| 	criconfig "github.com/containerd/cri/pkg/config" | ||||
| 	customopts "github.com/containerd/cri/pkg/containerd/opts" | ||||
| 	ctrdutil "github.com/containerd/cri/pkg/containerd/util" | ||||
| 	"github.com/containerd/cri/pkg/netns" | ||||
| 	"github.com/containerd/cri/pkg/server/bandwidth" | ||||
| 	sandboxstore "github.com/containerd/cri/pkg/store/sandbox" | ||||
| 	"github.com/containerd/cri/pkg/util" | ||||
| 	selinux "github.com/opencontainers/selinux/go-selinux" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Davanum Srinivas
					Davanum Srinivas