File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ func (r *ReconciliationRunner) CreateZones(zoneSpecs []infrav1.Zone) CloudStackR
63
63
}
64
64
}
65
65
66
- // GetZones gets CloudStackZones owned by a CloudStackCluster via an ownership label .
66
+ // GetZones gets CloudStackZones owned by a CloudStackCluster.
67
67
func (r * ReconciliationRunner ) GetZones (zones * infrav1.CloudStackZoneList ) CloudStackReconcilerMethod {
68
68
return func () (ctrl.Result , error ) {
69
69
capiClusterLabel := map [string ]string {
@@ -80,8 +80,7 @@ func (r *ReconciliationRunner) GetZones(zones *infrav1.CloudStackZoneList) Cloud
80
80
}
81
81
}
82
82
83
- // GetZonesAndRequeueIfMissing gets CloudStackZones owned by a CloudStackCluster via an ownership label, and requeues
84
- // if none are found.
83
+ // GetZonesAndRequeueIfMissing gets CloudStackZones owned by a CloudStackCluster and requeues if none are found.
85
84
func (r * ReconciliationRunner ) GetZonesAndRequeueIfMissing (zones * infrav1.CloudStackZoneList ) CloudStackReconcilerMethod {
86
85
return func () (ctrl.Result , error ) {
87
86
if res , err := r .GetZones (zones )(); r .ShouldReturn (res , err ) {
You can’t perform that action at this time.
0 commit comments