Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultMaxIPs default maximum allocatable IPs on a k8s Node.
DefaultMaxIPs = 250
)
Variables ¶
This section is empty.
Functions ¶
func PodIPDemandListener ¶
Types ¶
type Monitor ¶
type Monitor struct {
// contains filtered or unexported fields
}
func NewMonitor ¶
func NewMonitor(z *zap.Logger, store ipStateStore, nnccli nodeNetworkConfigSpecUpdater, demandSource <-chan int, nncSource <-chan v1alpha.NodeNetworkConfig, cssSource <-chan v1alpha1.ClusterSubnetState) *Monitor
func (*Monitor) AsV1 ¶
func (m *Monitor) AsV1(nncSink chan<- v1alpha.NodeNetworkConfig) cns.IPAMPoolMonitor
Click to show internal directories.
Click to hide internal directories.