Merge 5 fragile proto-bindings scripts into 1
Each of these scripts is basically identical, and all were too brittle. Now they should be more resilient and easier to manage. The script still needs to be updated if we add new ones, which I do not love. More cleanup to follow. Kubernetes-commit: e0ecccff3f5148cc167117ac73233b4edc1640d8
This commit is contained in:
parent
58755ef135
commit
16286abe1c
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package deviceplugin;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-device-plugin.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package v1beta1;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// To regenerate api.pb.go run hack/update-generated-kubelet-plugin-registration.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-kubelet-plugin-registration.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package pluginregistration;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-kubelet-plugin-registration.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package pluginregistration;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-kubelet-plugin-registration.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package pluginregistration;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-pod-resources.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package v1;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// To regenerate api.pb.go run hack/update-generated-pod-resources.sh
|
||||
// To regenerate api.pb.go run hack/update-generated-proto-bindings.sh
|
||||
syntax = "proto3";
|
||||
|
||||
package v1alpha1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue