From 016114ff6f4e3e1b7a2218b728584cdaf823a793 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 12 Oct 2023 09:12:52 -0700 Subject: [PATCH] Move bandwidth package out of CRI server Signed-off-by: Maksym Pavlenko --- pkg/cri/{server => }/bandwidth/doc.go | 0 pkg/cri/{server => }/bandwidth/fake_shaper.go | 0 pkg/cri/{server => }/bandwidth/interfaces.go | 0 pkg/cri/{server => }/bandwidth/linux.go | 0 pkg/cri/{server => }/bandwidth/unsupported.go | 0 pkg/cri/{server => }/bandwidth/utils.go | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename pkg/cri/{server => }/bandwidth/doc.go (100%) rename pkg/cri/{server => }/bandwidth/fake_shaper.go (100%) rename pkg/cri/{server => }/bandwidth/interfaces.go (100%) rename pkg/cri/{server => }/bandwidth/linux.go (100%) rename pkg/cri/{server => }/bandwidth/unsupported.go (100%) rename pkg/cri/{server => }/bandwidth/utils.go (100%) diff --git a/pkg/cri/server/bandwidth/doc.go b/pkg/cri/bandwidth/doc.go similarity index 100% rename from pkg/cri/server/bandwidth/doc.go rename to pkg/cri/bandwidth/doc.go diff --git a/pkg/cri/server/bandwidth/fake_shaper.go b/pkg/cri/bandwidth/fake_shaper.go similarity index 100% rename from pkg/cri/server/bandwidth/fake_shaper.go rename to pkg/cri/bandwidth/fake_shaper.go diff --git a/pkg/cri/server/bandwidth/interfaces.go b/pkg/cri/bandwidth/interfaces.go similarity index 100% rename from pkg/cri/server/bandwidth/interfaces.go rename to pkg/cri/bandwidth/interfaces.go diff --git a/pkg/cri/server/bandwidth/linux.go b/pkg/cri/bandwidth/linux.go similarity index 100% rename from pkg/cri/server/bandwidth/linux.go rename to pkg/cri/bandwidth/linux.go diff --git a/pkg/cri/server/bandwidth/unsupported.go b/pkg/cri/bandwidth/unsupported.go similarity index 100% rename from pkg/cri/server/bandwidth/unsupported.go rename to pkg/cri/bandwidth/unsupported.go diff --git a/pkg/cri/server/bandwidth/utils.go b/pkg/cri/bandwidth/utils.go similarity index 100% rename from pkg/cri/server/bandwidth/utils.go rename to pkg/cri/bandwidth/utils.go