Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNodeNotSynced = errors.New("node is not synced")
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.4.1
Client represent the client for each node several cases need to be concerned 1. synchronous sync k8s nodes 2. async all nodes with enis
func GetPoolManager ¶ added in v1.4.1
type ReconcileNode ¶
type ReconcileNode struct {
// contains filtered or unexported fields
}
ReconcileNode reconciles node
func NewReconcileNode ¶
func NewReconcileNode(mgr manager.Manager, aliyunClient register.Interface, swPool *vswitch.SwitchPool) *ReconcileNode
Click to show internal directories.
Click to hide internal directories.