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 new network data structures #3909

Merged
merged 10 commits into from
Sep 21, 2023
Merged

Add new network data structures #3909

merged 10 commits into from
Sep 21, 2023

Conversation

samjkon
Copy link
Contributor

@samjkon samjkon commented Sep 14, 2023

Summary

This change adds a new task level network data structure and a network
namespace level data structure into the shared network library. This
enables the path to having a unified network library for ECS data plane.

Implementation details

New data structures as agreed in design are added under the ecs-agent/netlib/model package.

Testing

make test and make run-integ-tests passed on local environment.

New tests cover the changes: Yes

Passed Github workflow.

Description for the changelog

Add TaskNetworkConfig and NetworkNamespace models to shared network library.

Licensing

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

This change adds a new task level network data structure and a network
namespace level data structure into the shared network library. This
enables the path to having a unified network library for ECS data plane.
@samjkon samjkon requested a review from a team as a code owner September 14, 2023 20:12
@samjkon samjkon merged commit 32bf419 into aws:dev Sep 21, 2023
36 checks passed
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