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

specs-go: export LinuxBlockIODevice #1103

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

askervin
Copy link
Contributor

Previously unexported linuxBlockIODevice prevented fully defined
LinuxWeightDevice and LinuxThrottleDevice literals, making them
less user-friendly than the rest of the interface.

This solves issue #1067 (closed without a fix).

Previously unexported linuxBlockIODevice prevented fully defined
LinuxWeightDevice and LinuxThrottleDevice literals, making them
less user-friendly than the rest of the interface.

Signed-off-by: Antti Kervinen <antti.kervinen@intel.com>
@askervin askervin force-pushed the 5CD_export_linuxblockiodevice branch from 8b8ed4e to 84251a4 Compare April 16, 2021 09:08
Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

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

LGTM

Tracing the history of this, I think it was originally made private by @vbatts, so maybe he can provide additional opinion (and review 🤓), but it appears the logic was because it's never used directly, and is rather only a shared ancestor for other types to avoid duplication.

@vbatts
Copy link
Member

vbatts commented Apr 22, 2021 via email

@vbatts vbatts merged commit 2cf6663 into opencontainers:main Apr 20, 2022
@AkihiroSuda AkihiroSuda mentioned this pull request Jan 24, 2023
@AkihiroSuda AkihiroSuda added this to the v1.1.0 milestone Feb 1, 2023
@AkihiroSuda AkihiroSuda mentioned this pull request Jun 26, 2023
12 tasks
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