Refactor: group smart recommendations by type and remove redundant View Details button

This commit is contained in:
2025-10-02 10:15:51 -03:00
parent 91e68b79c7
commit 943fe4fcac
3 changed files with 186 additions and 77 deletions

View File

@@ -115,6 +115,7 @@ class SmartRecommendation(BaseModel):
implementation_steps: Optional[List[str]] = None
kubectl_commands: Optional[List[str]] = None
vpa_yaml: Optional[str] = None
workload_list: Optional[List[str]] = None # List of workloads for grouped recommendations
class QoSClassification(BaseModel):
"""QoS (Quality of Service) classification"""