Skip to content

Commit

Permalink
Add file wide deprecated option to ncproxygrpc v0 api
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Baldauf <[email protected]>
(cherry picked from commit 37cd9df)
Signed-off-by: Kirtana Ashok <[email protected]>
  • Loading branch information
katiewasnothere authored and kiashok committed Oct 13, 2023
1 parent d0e1580 commit 0ff2f71
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 79 deletions.
158 changes: 79 additions & 79 deletions pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";

package ncproxygrpc;
option go_package = "github.com/Microsoft/hcsshim/pkg/ncproxy/ncproxygrpc/v0";
option deprecated = true;

service NetworkConfigProxy {
rpc AddNIC(AddNICRequest) returns (AddNICResponse) {}
Expand Down

0 comments on commit 0ff2f71

Please sign in to comment.