mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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';
|
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