Skip to content

Commit

Permalink
Initial gRPC protocol for agent communication
Browse files Browse the repository at this point in the history
based on hyperstart gRPC protocol and the discussion in hyperhq/runv#628 and
kata-containers/runtime#2
  • Loading branch information
gnawux committed Nov 23, 2017
1 parent 4669d24 commit 5233ccc
Show file tree
Hide file tree
Showing 8 changed files with 4,495 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/update-generated-agent-proto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Copyright 2017 HyperHQ Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
protoc --proto_path=protocols/grpc --go_out=plugins=grpc:protocols/grpc protocols/grpc/hyperstart.proto protocols/grpc/oci.proto
Loading

0 comments on commit 5233ccc

Please sign in to comment.