Skip to content

Commit fa9a556

Browse files
committed
Fix device plugin generator script
1 parent 81af5ba commit fa9a556

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)