Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCIDROverlap = fmt.Errorf("CIDR is overlap")
)
Functions ¶
This section is empty.
Types ¶
type IPPoolController ¶
type IPPoolController struct {
// contains filtered or unexported fields
}
func NewIPPoolController ¶
func NewIPPoolController( ippoolInformer networkInformer.IPPoolInformer, ipamblockInformer networkInformer.IPAMBlockInformer, client clientset.Interface, kubesphereClient kubesphereclient.Interface, options ippool.Options, provider ippool.Provider) *IPPoolController
func (*IPPoolController) Run ¶
func (c *IPPoolController) Run(workers int, stopCh <-chan struct{}) error
func (*IPPoolController) Start ¶
func (c *IPPoolController) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.