Skip to content

Commit b42f119

Browse files
committed
docs: promoted cidrs
1 parent d336245 commit b42f119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v2/types_firewall.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type EgressRule struct {
150150
Ports []int32 `json:"ports"`
151151
// Protocol constraints the protocol this rule applies to.
152152
Protocol NetworkProtocol `json:"protocol"`
153-
// To target addresses this rule applies to. May contain IPs or dns names.
153+
// To source address cidrs this rule applies to.
154154
To []string `json:"to"`
155155
}
156156

@@ -161,7 +161,7 @@ type IngressRule struct {
161161
Ports []int32 `json:"ports"`
162162
// Protocol constraints the protocol this rule applies to.
163163
Protocol NetworkProtocol `json:"protocol"`
164-
// From source addresses this rule applies to. May contain IPs or dns names.
164+
// From source address cidrs this rule applies to.
165165
From []string `json:"from"`
166166
}
167167

0 commit comments

Comments
 (0)