Skip to content

Commit

Permalink
tocidr for ingress rules
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Feb 13, 2024
1 parent b77cd93 commit fe197bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
17 changes: 17 additions & 0 deletions api/models/v1_firewall_ingress_rule.go

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

10 changes: 9 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1358,11 +1358,19 @@
"udp"
],
"type": "string"
},
"to_cidrs": {
"description": "the cidrs affected by this rule",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"from_cidrs",
"ports"
"ports",
"to_cidrs"
]
},
"v1.FirewallResponse": {
Expand Down

0 comments on commit fe197bb

Please sign in to comment.