File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments