Skip to content

Commit 3e4beef

Browse files
committed
fix
1 parent bc4dea9 commit 3e4beef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/apps/component/transformer_component_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ func (t *componentStatusTransformer) availableWithPhases(_ *componentTransformCo
457457
}
458458

459459
func (t *componentStatusTransformer) availableWithRole(transCtx *componentTransformContext,
460-
_ *appsv1.Component, policy appsv1.ComponentAvailable) (metav1.ConditionStatus, string, string) {
460+
_ *appsv1.Component, policy appsv1.ComponentAvailable) (metav1.ConditionStatus, string) {
461461
its := transCtx.RunningWorkload
462462
if its == nil {
463463
return metav1.ConditionFalse, "the workload is not present"

0 commit comments

Comments
 (0)