Add support for creating late clones via hcsshim#840
Merged
ambarve merged 1 commit intouser/ambarve/lcpr3_networking_changesfrom Jan 27, 2021
Merged
Conversation
d882b1f to
b30b021
Compare
f3c05e0 to
0602db5
Compare
Member
|
Please rebase these commits into a more curated set for review and check-in. |
dcantah
reviewed
Aug 11, 2020
dcantah
reviewed
Aug 11, 2020
dcantah
reviewed
Aug 11, 2020
dcantah
reviewed
Aug 11, 2020
14f71f8 to
9fb2388
Compare
3f1bc7a to
c7e0f63
Compare
kevpar
reviewed
Sep 1, 2020
9fb2388 to
3932868
Compare
7a15559 to
014132d
Compare
3932868 to
258739d
Compare
014132d to
6dabd0d
Compare
kevpar
reviewed
Sep 29, 2020
kevpar
reviewed
Sep 29, 2020
kevpar
reviewed
Sep 29, 2020
kevpar
reviewed
Sep 29, 2020
6dabd0d to
a7848c5
Compare
a7848c5 to
b741e39
Compare
b741e39 to
8625f9a
Compare
258739d to
fff6c8f
Compare
8625f9a to
a0596a7
Compare
fff6c8f to
72da34c
Compare
a0596a7 to
ff2fbe3
Compare
ff2fbe3 to
3fe9813
Compare
Member
|
One thing to consider is how templates will show up in queries for pods/containers, as well as how they will handle being queried for inspect info and stats. We should make sure reasonable results are returned, and that it doesn't error out. |
kevpar
reviewed
Dec 15, 2020
kevpar
reviewed
Dec 15, 2020
72da34c to
e6b428b
Compare
3fe9813 to
2379dd1
Compare
e6b428b to
e91e7f2
Compare
2379dd1 to
65faf47
Compare
kevpar
reviewed
Jan 20, 2021
kevpar
reviewed
Jan 20, 2021
ab25514 to
5461a16
Compare
kevpar
reviewed
Jan 21, 2021
kevpar
reviewed
Jan 22, 2021
kevpar
reviewed
Jan 22, 2021
5461a16 to
9de34df
Compare
This is one of the many small PRs that enable the support for late cloning.This commit adds the set of functions that expose the late cloning functionality from hcsshim and adds new annotations for clients to use the late cloning feature. Signed-off-by: Amit Barve <ambarve@microsoft.com>
9de34df to
452b379
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is one of the many small PRs that enable the support for late cloning.
This commit adds the set of functions that expose the late cloning functionality
from hcsshim and adds new annotations for clients to use the late cloning feature.
Signed-off-by: Amit Barve ambarve@microsoft.com