You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: fmt.Sprintf("Error checking if target is a topmost well-known or scalable controller: %s", err)}
589
+
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: fmt.Sprintf("Error checking if target %s is a topmost well-known or scalable controller: %s", target, err)}
587
590
}
588
591
iftop==nil {
589
-
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: fmt.Sprintf("Unknown error during checking if target is a topmost well-known or scalable controller: %s", err)}
592
+
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: fmt.Sprintf("Unknown error during checking if target %s is a topmost well-known or scalable controller", target)}
590
593
}
591
594
if*top!=k {
592
-
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: "The targetRef controller has a parent but it should point to a topmost well-known or scalable controller"}
595
+
returnfalse, condition{conditionType: vpa_types.ConfigUnsupported, delete: false, message: fmt.Sprintf("The target %s has a parent controller but it should point to a topmost well-known or scalable controller", target)}
unsupportedConditionMudaMudaMuda="Error checking if target is a topmost well-known or scalable controller: muda muda muda"
69
-
unsupportedTargetRefHasParent="The targetRef controller has a parent but it should point to a topmost well-known or scalable controller"
68
+
unsupportedConditionMudaMudaMuda="Error checking if target taxonomy.doestar/doseph-doestar is a topmost well-known or scalable controller: muda muda muda"
69
+
unsupportedTargetRefHasParent="The target stardust.dodokind/dotaro has a parent controller but it should point to a topmost well-known or scalable controller"
0 commit comments