mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 02:18:51 +00:00
add comments for compatibility
This commit is contained in:
@@ -23,9 +23,12 @@ type NodeIPAMControllerConfiguration struct {
|
||||
// secondaryServiceCIDR is CIDR Range for Services in cluster. This is used in dual stack clusters. SecondaryServiceCIDR must be of different IP family than ServiceCIDR
|
||||
SecondaryServiceCIDR string
|
||||
// NodeCIDRMaskSize is the mask size for node cidr in single-stack cluster.
|
||||
// This can be used only with single stack clusters and is incompatible with dual stack clusters.
|
||||
NodeCIDRMaskSize int32
|
||||
// NodeCIDRMaskSizeIPv4 is the mask size for node cidr in dual-stack cluster.
|
||||
// NodeCIDRMaskSizeIPv4 is the mask size for IPv4 node cidr in dual-stack cluster.
|
||||
// This can be used only with dual stack clusters and is incompatible with single stack clusters.
|
||||
NodeCIDRMaskSizeIPv4 int32
|
||||
// NodeCIDRMaskSizeIPv6 is the mask size for node cidr in dual-stack cluster.
|
||||
// NodeCIDRMaskSizeIPv6 is the mask size for IPv6 node cidr in dual-stack cluster.
|
||||
// This can be used only with dual stack clusters and is incompatible with single stack clusters.
|
||||
NodeCIDRMaskSizeIPv6 int32
|
||||
}
|
||||
|
Reference in New Issue
Block a user