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

reduce the number of clones by introducing lifetime to namespaces. #197

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Aug 11, 2021

No description provided.

#[serde(default, skip_serializing_if = "Option::is_none")]
/// Path is a path to an existing namespace persisted on disk that can be joined and is of the
/// same type
pub path: Option<String>,
pub path: Option<PathBuf>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Furisto
Copy link
Member

Furisto commented Aug 11, 2021

lgtm

@Furisto Furisto merged commit 01acab9 into containers:main Aug 11, 2021
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.

None yet

2 participants