Skip to content

Commit

Permalink
document the API with the details about the allocation CIDR ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 27, 2024
1 parent 194609b commit 91c4aac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions staging/src/k8s.io/api/networking/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ type ServiceCIDR struct {
type ServiceCIDRSpec struct {
// 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.
// 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.
// +optional
// +listType=atomic
Expand Down

0 comments on commit 91c4aac

Please sign in to comment.