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

pkg/cdi: drop unused return value from Configure methods #189

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marquiz
Copy link
Contributor

@marquiz marquiz commented Jan 18, 2024

NOTE: This change changes the exported API of "pkg/cdi" package as the
prototype of Configure() method of Cache and Registry types changes.

A follow-up on top of #188

NOTE: This change changes the exported API of "pkg/cdi" package as the
prototype of Configure() method of Cache and Registry types changes.

Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
@elezar
Copy link
Contributor

elezar commented Mar 5, 2024

We discussed this change in the COD working group meeting and would suggest that we do not merge it. See https://docs.google.com/document/d/1gUgAMEThkRt4RJ7pA7ZbPPmIOX2Vb7fwH025MjfcTYU/edit#bookmark=id.khpjizwm6m54

We already have clients that use this function (Containerd, Cri-o) and this would require explicit code changes on their end. Furthermore, it is reasonable to assume that we could require Options that return errors at some point.

Copy link

github-actions bot commented Jun 4, 2024

This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants