diff --git a/content/docs/main/docs/api-reference.html b/content/docs/main/docs/api-reference.html index d239098..78f2ac3 100644 --- a/content/docs/main/docs/api-reference.html +++ b/content/docs/main/docs/api-reference.html @@ -8681,7 +8681,7 @@
-
IPBlock describes a particular CIDR (Ex. “192.168.1.1⁄24”) that is allowed +
IPBlock describes a particular CIDR (Ex. “192.168.1.0/24”) that is allowed or denied to/from the workloads matched by a Spec.AppliedTo.
CIDR is a string representing the IP Block -Valid examples are “192.168.1.1⁄24”. +Valid examples are “192.168.1.0/24”. + |
+
+|
+except
+
+[]string
+
+ |
+
+(Optional)
+ except is a slice of CIDRs that should not be included within an IPBlock +Valid examples are “192.168.1.0/28” or “2001:db8::/64” +Except values will be rejected if they are outside the cidr range |