Skip to content

Commit b558b60

Browse files
axel7bornhebelsan
andauthored
Update pkg/controller/infrastructure/infraflow/reconcile.go
Co-authored-by: Alexander Hebel <alexander.hebel@sap.com>
1 parent 166ee54 commit b558b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/infrastructure/infraflow/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ func (c *FlowContext) addSubnetReconcileTasks(g *flow.Graph, desired, current *a
842842
}
843843
suffix := fmt.Sprintf("%s-%s", zoneName, subnetKey)
844844
if ptr.Deref(desired.AssignIpv6AddressOnCreation, true) {
845-
return c.AddTask(g, "ensure subnet "+suffix,
845+
return c.AddTask(g, "ensure IPv6 subnet "+suffix,
846846
c.ensureSubnetIPv6(subnetKey, desired, current),
847847
Timeout(defaultTimeout)), nil
848848
}

0 commit comments

Comments
 (0)