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

Merge pull request #1418 from ArangoGutierrez/test-utils-deplo

Fix pkg name for test/utils/deployment
This commit is contained in:
Kubernetes Prow Robot 2023-10-20 13:44:32 +02:00 committed by GitHub
commit b6231b60fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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