mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
document the API with the details about the allocation CIDR ranges
This commit is contained in:
parent
194609bd6a
commit
91c4aac738
@ -109,6 +109,9 @@ type ServiceCIDR struct {
|
|||||||
type ServiceCIDRSpec struct {
|
type ServiceCIDRSpec struct {
|
||||||
// CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64")
|
// 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.
|
// from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family.
|
||||||
|
// The network address of each CIDR, the address that identifies the subnet of a host, is reserved
|
||||||
|
// and will not be allocated. The broadcast address for IPv4 CIDRs is also reserved and will not be
|
||||||
|
// allocated.
|
||||||
// This field is immutable.
|
// This field is immutable.
|
||||||
// +optional
|
// +optional
|
||||||
// +listType=atomic
|
// +listType=atomic
|
||||||
|
Loading…
Reference in New Issue
Block a user