Uh oh!
There was an error while loading. Please reload this page.
Add createdAt and metadata to container, network, and volume resources - #870
Open
solventak wants to merge 4 commits into
Open
Add createdAt and metadata to container, network, and volume resources#870solventak wants to merge 4 commits into
solventak wants to merge 4 commits into
Conversation
Signed-off-by: alex-trm <alex.kennedy@trmlabs.com>
createdAt getter Signed-off-by: alex-trm <alex.kennedy@trmlabs.com>
solventak
commented
Nov 12, 2025
Author
@jglogan for your consideration :) |
jglogan
commented
Jan 5, 2026
Contributor
@solventak Sorry, this one fell through the cracks an I didn't get around to reviewing it. If you're still interested in moving this one forward, please take a look at #1020 as it gives us a more sustainable base for your work. I'm thinking that our resource types (container, image, volume, network, and possibly others later; for example kernels) in ContainerResource could conform to an Identifiable-conforming ContainerResource protocol along the lines of what you have here. That protocol could have a Let us know here if you're interested in tackling this. |
toey02082541phuket-boop
approved these changes
Jan 9, 2026
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 freeto 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.
Closes#791 , #665
Type of Change
Motivation and Context
Add createdAt metadata (generic metadata struct) for each Container, Volume, and Network as well as output in
lscommands to display it.Also fixes a bug when spawning
networkvmnet.servicewhere instead of initializing the network configuration from the stored information ofNetworkConfigurationentity it would create a new configuration based on key metadata that was passed in through args.Testing