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

Fix pkg name for test/utils/deployment

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2023-10-16 16:11:20 +02:00
parent b6419c7964
commit 251f0d8a7e
No known key found for this signature in database
GPG key ID: 42D9CB42F300A852

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package daemonset
package deployment
import (
appsv1 "k8s.io/api/apps/v1"