This commit is contained in:
SataQiu
2018-09-28 23:41:24 +08:00
parent 7be7968443
commit 94a653f100
9 changed files with 12 additions and 12 deletions

View File

@@ -240,7 +240,7 @@ func (op *updateOp) validateRange(ctx context.Context, sync *NodeSync, node *v1.
return nil
}
// updateNodeFromAlias updates the the node from the cloud allocated
// updateNodeFromAlias updates the node from the cloud allocated
// alias.
func (op *updateOp) updateNodeFromAlias(ctx context.Context, sync *NodeSync, node *v1.Node, aliasRange *net.IPNet) error {
if sync.mode != SyncFromCloud {