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
}
func New ¶
func New( metaClient metadata.Interface, eriClient *client.EriClient, netlink netlinkwrapper.Interface, sysctl sysctlwrapper.Interface, netutil networkutil.Interface, clusterID string, nodeName string, instanceID string, vpcID string, eniSyncPeriod time.Duration, ) *Controller
New creates ERI Controller
func (*Controller) HandleDellink ¶
func (c *Controller) HandleDellink(link netlink.Link)
func (*Controller) HandleNewlink ¶
func (c *Controller) HandleNewlink(link netlink.Link)
func (*Controller) ReconcileERIs ¶
func (c *Controller) ReconcileERIs()
Click to show internal directories.
Click to hide internal directories.