diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-06 14:51:40 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-06 14:51:40 +0300 |
| commit | f6986277347b6aaaffe63d52692746b6500f7d5c (patch) | |
| tree | ccafe780087c9a46107f08568c9f4977f01ebdaf /robusta_krr/api | |
| parent | 8eeea25a18e710701da86a9ccf99d49b075d083f (diff) | |
Add additional class to robusta_krr.api.models
Diffstat (limited to 'robusta_krr/api')
| -rw-r--r-- | robusta_krr/api/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robusta_krr/api/models.py b/robusta_krr/api/models.py index 3efc9ff..be2a3ad 100644 --- a/robusta_krr/api/models.py +++ b/robusta_krr/api/models.py @@ -1,11 +1,12 @@ from robusta_krr.core.abstract.strategies import HistoryData, ResourceRecommendation, RunResult -from robusta_krr.core.models.allocations import ResourceAllocations, ResourceType +from robusta_krr.core.models.allocations import RecommendationValue, ResourceAllocations, ResourceType from robusta_krr.core.models.objects import K8sObjectData from robusta_krr.core.models.result import ResourceScan, Result, Severity __all__ = [ "ResourceType", "ResourceAllocations", + "RecommendationValue", "K8sObjectData", "Result", "Severity", |
