Skip to content

Commit 0bf8559

Browse files
committed
Correctly describe behavior for policy=null
- https://bugzilla.redhat.com/show_bug.cgi?id=1896880
1 parent 1a71065 commit 0bf8559

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/nw-externalip-about.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ The policy object has the following shape:
115115

116116
When configuring policy restrictions, the following rules apply:
117117

118-
- If `policy={}` is set, then creating a `Service` object with `spec.ExternalIPs[]` set will fail. This is the default for {product-title}.
119-
- If `policy=null` is set, then creating a `Service` object with `spec.ExternalIPs[]` set to any IP address is allowed.
118+
- If `policy={}` is set, then creating a `Service` object with `spec.ExternalIPs[]` set will fail. This is the default for {product-title}. The behavior when `policy=null` is set is identical.
120119
- If `policy` is set and either `policy.allowedCIDRs[]` or `policy.rejectedCIDRs[]` is set, the following rules apply:
121120

122121
* If `allowedCIDRs[]` and `rejectedCIDRs[]` are both set, then `rejectedCIDRs[]` has precedence over `allowedCIDRs[]`.

0 commit comments

Comments
 (0)