openconfig / gnoi

gRPC Network Operations Interface (gNOI) defines a set of gRPC-based microservices for executing operational commands on network devices.
Apache License 2.0
160 stars 67 forks source link

Update RPC and other start parameters. #200

Closed alshabib closed 3 months ago

alshabib commented 4 months ago

This commit adds an UpdateContainer RPC as well as some parameters for starting containers.

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9732590323

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
containerz/containerz_grpc.pb.go 0 86 0.0%
containerz/containerz.pb.go 0 857 0.0%
<!-- Total: 0 943 0.0% -->
Files with Coverage Reduction New Missed Lines %
containerz/containerz.pb.go 6 0.0%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 9179326367: -0.06%
Covered Lines: 166
Relevant Lines: 14537

💛 - Coveralls
alshabib commented 3 months ago

Added a number of clarification questions for the changes here.

Do we propose to support these changes in the reference implementation?

Yes we will implement this changes in the reference implementation.