You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libpak provides ways to search for bindings based on the name, type and provider (exact match). We should add a more flexible method that takes a callback. If the callback returns true, then it matches. If the callback returns false, then it doesn't match. This would allow buildpacks to have more control over how they match bindings.
Possible Solution
See above.
Motivation
Provide more flexibility to buildpacks when matching bindings.
The text was updated successfully, but these errors were encountered:
Describe the Enhancement
libpak provides ways to search for bindings based on the name, type and provider (exact match). We should add a more flexible method that takes a callback. If the callback returns true, then it matches. If the callback returns false, then it doesn't match. This would allow buildpacks to have more control over how they match bindings.
Possible Solution
See above.
Motivation
Provide more flexibility to buildpacks when matching bindings.
The text was updated successfully, but these errors were encountered: