Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller update node's podCIDR whenever ippool's status get updated CIDR allocation result
func NewController ¶
func NewController( kubeClient kubernetes.Interface, ippoolclientset ippoolclientset.Interface, ippoolInformer ippoolinformers.IPPoolInformer) *Controller
NewController returns a Controller that reconciles ippool
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run starts the worker to process ippool updates
Click to show internal directories.
Click to hide internal directories.