1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/pkg/apihelper
Francesco Romani 00cc07da76 topologyupdater: gRPC API definition
Setup the topologyupdater API for gRPC communication of
nfd-topology-updater with master

We generate pb.go file to reflect latest dependency changes
using github.com/golang/protobuf/protoc-gen-go and generate
grpc files via:
`protoc pkg/topologyupdater/topology-updater.proto --go_out=plugins=grpc:.`

Please refer to: https://github.com/k8stopologyawareschedwg/noderesourcetopology-api/blob/master/pkg/apis/topology/v1alpha1/types.go

Co-Authored-by: Artyom Lukianov <alukiano@redhat.com>
Co-Authored-by: Francesco Romani <fromani@redhat.com>
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-09-21 10:47:39 +01:00
..
apihelpers.go topologyupdater: gRPC API definition 2021-09-21 10:47:39 +01:00
jsonpatch.go Replace improper usage of filepath.Join with path.Join 2021-02-10 12:54:31 +02:00
k8shelpers.go topologyupdater: gRPC API definition 2021-09-21 10:47:39 +01:00
mock_APIHelpers.go topologyupdater: gRPC API definition 2021-09-21 10:47:39 +01:00