File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ type ReconciliationState struct {
55
55
Deleting int32
56
56
}
57
57
58
- // ReconciliationActions represents a single action needed to reconcile the current state with the desired state.
58
+ // ReconciliationActions represents actions needed to reconcile the current state with the desired state.
59
59
// Exactly one field will be set based on the ActionType.
60
60
type ReconciliationActions struct {
61
61
// ActionType determines which field is set and what action should be taken
@@ -222,7 +222,7 @@ func (p PresetSnapshot) countEligible() int32 {
222
222
// These counts are tracked at the template level, so all presets sharing the same template see the same values.
223
223
func (p PresetSnapshot ) countInProgress () (int32 , int32 , int32 ) {
224
224
var starting , stopping , deleting int32
225
-
225
+
226
226
for _ , progress := range p .InProgress {
227
227
num := progress .Count
228
228
switch progress .Transition {
You can’t perform that action at this time.
0 commit comments