Files
c/kubernetes/docs/v1_ip_block.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

701 B

v1_ip_block_t

Properties

Name Type Description Notes
cidr char * cidr is a string representing the IPBlock Valid examples are &quot;192.168.1.0/24&quot; or &quot;2001:db8::/64&quot;
except list_t * except is a slice of CIDRs that should not be included within an IPBlock Valid examples are &quot;192.168.1.0/24&quot; or &quot;2001:db8::/64&quot; Except values will be rejected if they are outside the cidr range [optional]

[Back to Model list] [Back to API list] [Back to README]