Skip to content

Commit

Permalink
port range added
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-spheron committed Oct 8, 2024
1 parent 03dc0b2 commit 3592d95
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
81 changes: 41 additions & 40 deletions go/manifest/v2beta2/serviceexpose.pb.go

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

2 changes: 1 addition & 1 deletion proto/provider/akash/manifest/v2beta2/serviceexpose.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ message ServiceExpose {
string port_range = 10 [
(gogoproto.customname) = "PortRange",
(gogoproto.jsontag) = "portRange",
(gogoproto.moretags) = "yaml:\"ip\""
(gogoproto.moretags) = "yaml:\"portRange\""
];
string port_range_as = 11 [
(gogoproto.customname) = "PortRangeAs",
Expand Down

0 comments on commit 3592d95

Please sign in to comment.