mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix device plugin generator script
This commit is contained in:
parent
81af5baff8
commit
fa9a55617b
@ -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