From 2588edf49e37baed08fd52fe51938959572b5b59 Mon Sep 17 00:00:00 2001 From: Vladimir Popov Date: Thu, 14 Jan 2021 09:37:31 +0700 Subject: [PATCH] Move deviceplugin, podresources to tools Signed-off-by: Vladimir Popov --- pkg/{ => tools}/deviceplugin/client.go | 2 +- pkg/{ => tools}/deviceplugin/client_test.go | 4 ++-- pkg/{ => tools}/podresources/client.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename pkg/{ => tools}/deviceplugin/client.go (98%) rename pkg/{ => tools}/deviceplugin/client_test.go (92%) rename pkg/{ => tools}/podresources/client.go (97%) diff --git a/pkg/deviceplugin/client.go b/pkg/tools/deviceplugin/client.go similarity index 98% rename from pkg/deviceplugin/client.go rename to pkg/tools/deviceplugin/client.go index a6a4c14..6b60a4e 100644 --- a/pkg/deviceplugin/client.go +++ b/pkg/tools/deviceplugin/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Doc.ai and/or its affiliates. +// Copyright (c) 2020-2021 Doc.ai and/or its affiliates. // // SPDX-License-Identifier: Apache-2.0 // diff --git a/pkg/deviceplugin/client_test.go b/pkg/tools/deviceplugin/client_test.go similarity index 92% rename from pkg/deviceplugin/client_test.go rename to pkg/tools/deviceplugin/client_test.go index a68c30e..9123c72 100644 --- a/pkg/deviceplugin/client_test.go +++ b/pkg/tools/deviceplugin/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Doc.ai and/or its affiliates. +// Copyright (c) 2020-2021 Doc.ai and/or its affiliates. // // SPDX-License-Identifier: Apache-2.0 // @@ -27,7 +27,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/networkservicemesh/sdk-k8s/pkg/deviceplugin" + "github.com/networkservicemesh/sdk-k8s/pkg/tools/deviceplugin" ) const ( diff --git a/pkg/podresources/client.go b/pkg/tools/podresources/client.go similarity index 97% rename from pkg/podresources/client.go rename to pkg/tools/podresources/client.go index f67d4fd..10c6780 100644 --- a/pkg/podresources/client.go +++ b/pkg/tools/podresources/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Doc.ai and/or its affiliates. +// Copyright (c) 2020-2021 Doc.ai and/or its affiliates. // // SPDX-License-Identifier: Apache-2.0 //