1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

topology-updater: move code

Move and rename the Go package. It has nothing to do with NFD gRPC
client anymore so move it out of the nfd-client package.
This commit is contained in:
Markus Lehtonen 2022-12-23 10:02:52 +02:00
parent d97297ee8c
commit 0283f68702
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import (
"k8s.io/klog/v2"
kubeletconfigv1beta1 "k8s.io/kubelet/config/v1beta1"
topology "sigs.k8s.io/node-feature-discovery/pkg/nfd-client/topology-updater"
topology "sigs.k8s.io/node-feature-discovery/pkg/nfd-topology-updater"
"sigs.k8s.io/node-feature-discovery/pkg/resourcemonitor"
"sigs.k8s.io/node-feature-discovery/pkg/topologypolicy"
"sigs.k8s.io/node-feature-discovery/pkg/utils"

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package topologyupdater
package nfdtopologyupdater
import (
"fmt"