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

Add network delete workflow for AWSVPC #4031

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Add network delete workflow for AWSVPC #4031

merged 3 commits into from
Nov 17, 2023

Conversation

samjkon
Copy link
Contributor

@samjkon samjkon commented Nov 15, 2023

Summary

Implements Stop method in NetworkBuilder to delete network resources for AWSVPC mode.

Implementation details

Implemented NetworkBuilder's Stop method and Platform API's DeleteNetNS method.

Testing

go test -tags unit ./ecs-agent/...

New tests cover the changes: Yes

Description for the changelog

Add network delete workflow for AWSVPC

Does this PR include breaking model changes? If so, Have you added transformation functions?

No

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Implements Stop method in NetworkBuilder to delete network
resources for AWSVPC mode.
@samjkon samjkon marked this pull request as ready for review November 15, 2023 23:55
@samjkon samjkon requested a review from a team as a code owner November 15, 2023 23:55
@samjkon samjkon merged commit 8789562 into aws:dev Nov 17, 2023
36 checks passed
@samjkon samjkon deleted the netstop branch November 17, 2023 05:00
@danehlim danehlim mentioned this pull request Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants