mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +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';
|
syntax = 'proto3';
|
||||||
|
|
||||||
package deviceplugin;
|
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';
|
syntax = 'proto3';
|
||||||
|
|
||||||
package v1beta1;
|
package v1beta1;
|
||||||
|
Loading…
Reference in New Issue
Block a user