Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ApplicationManager): remove unused interfaces #1114

Merged

Conversation

axel7083
Copy link
Contributor

@axel7083 axel7083 commented May 22, 2024

What does this PR do?

  • The custom interface ContainerAttachedInfo is replaced with PodContainerInfo (from api)
  • The custom interface ApplicationPodInfo is replaced with PodInfo (from api)
  • Renaming runApplication to initApplication to better match what it is doing (see code comment added)
  • createAndAddContainersToPod is renamed to createContainerAndAttachToPod

Screenshot / video of UI

What issues does this PR fix or reference?

Work is required for #691

How to test this PR?

  • unit tests has been provided

You can check recipes are working as expected

  • Start recipe
  • Stop recipe
  • Restart recipe

Copy link
Contributor

@lstocchi lstocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@axel7083 axel7083 merged commit 734d11a into containers:main May 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants