Skip to content

Files

Latest commit

1cc7ca5 · May 26, 2025

History

History
11 lines (7 loc) · 663 Bytes

V1ServiceCIDRSpec.md

File metadata and controls

11 lines (7 loc) · 663 Bytes

V1ServiceCIDRSpec

ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.

Properties

Name Type Description Notes
cidrs list[str] CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable. [optional]

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