1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
node-feature-discovery/pkg/labeler
Markus Lehtonen d4d9a03732 grpc: extend the API to send raw features
Enable transmitting the discovered "raw" features over the gRPC API.

Extend pkg/api/feature with protobuf and gRPC code. In this, utilize
go-to-protobuf from k8s code-generator for auto-generating the gRPC
interface from golang code. The tool can be Installed with:

  go install k8s.io/code-generator/cmd/go-to-protobuf@v0.20.7

The auto-generated code is (re-)generated/updated with "make apigen".
2021-11-16 17:32:28 +02:00
..
doc.go grpc: extend the API to send raw features 2021-11-16 17:32:28 +02:00
labeler.pb.go grpc: extend the API to send raw features 2021-11-16 17:32:28 +02:00
labeler.proto grpc: extend the API to send raw features 2021-11-16 17:32:28 +02:00
mock_LabelerClient.go Update auto-generated code 2021-09-21 13:37:36 +03:00