mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
Merge pull request #85473 from chendotjs/dp-fix
Fix device plugin generator script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// To regenerate api.pb.go run hack/update-device-plugin.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
|
||||
syntax = 'proto3';
|
||||
|
||||
package deviceplugin;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// To regenerate api.pb.go run hack/update-device-plugin.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
|
||||
syntax = 'proto3';
|
||||
|
||||
package v1beta1;
|
||||
|
Reference in New Issue
Block a user