mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #85473 from chendotjs/dp-fix
Fix device plugin generator script
This commit is contained in:
commit
d6e42af0f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user