Skip to content

Commit d6e42af

Browse files
authored
Merge pull request kubernetes#85473 from chendotjs/dp-fix
Fix device plugin generator script
2 parents f9e51cc + fa9a556 commit d6e42af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1alpha/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// To regenerate api.pb.go run hack/update-device-plugin.sh
1+
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
22
syntax = 'proto3';
33

44
package deviceplugin;

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// To regenerate api.pb.go run hack/update-device-plugin.sh
1+
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
22
syntax = 'proto3';
33

44
package v1beta1;

0 commit comments

Comments
 (0)