-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: add container create options #27
Conversation
Is this a feature or a chore? |
I believe that this is a feature @coderbirju |
b217c14
to
5ff360e
Compare
i believe it requires tests and probably good to separate out the different create options into smaller prs, the name doesnt really make sense in terms of what features we are adding |
@Shubhranshu153 okay will add tests. The title of the PR can't exceed 50 characters so I included the categories of the options we are adding in the description. I can also separate this into multiple PR's, @henry118 what do you think? |
I am fine with one PR but agreed that we should have better tests for the added options, both UT and e2e tests. |
a415d2f
to
81e3284
Compare
Can you please add a e2e test case for the |
e7bb22f
to
514c80c
Compare
Signed-off-by: Cezar Rata <[email protected]>
514c80c
to
8c2afaf
Compare
Added in latest commit, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thanks!
Issue #, if available:
Description of changes:
Added container create options for network, resources, restart policy, and logging.
Testing done:
Passed all unit and e2e tests.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.