Merge pull request #85473 from chendotjs/dp-fix

Fix device plugin generator script
This commit is contained in:
Kubernetes Prow Robot
2019-11-28 10:05:04 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;