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
commit d6e42af0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'; syntax = 'proto3';
package deviceplugin; 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'; syntax = 'proto3';
package v1beta1; package v1beta1;