We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is missing?
We need to look at the webhook logic with a view to refactoring it out of APIs.
Why do we need it?
As part of delivering #235 via #482 I've been struggling to:
pkg
pkg/test
This is because most of pkg imports parts of apis, and - because the webhooks are also in apis
apis
Complication
It seems that (somewhat unfortunately) the webhooks must be in APIs due to constraints around the way the types are imported into the scheme.
I'm not 100% sure how to solve this, but this ticket to track research on a solution.
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: K8OP-153
The text was updated successfully, but these errors were encountered:
Please add your planning poker estimate with ZenHub @burmanm
Sorry, something went wrong.
Please add your planning poker estimate with ZenHub @Miles-Garnsey
I'd make this a research ticket time boxed at 2 days initially. Back of the envelope from my prelim research suggets:
Above estimates are rough and subject to change post research step.
Miles-Garnsey
No branches or pull requests
What is missing?
We need to look at the webhook logic with a view to refactoring it out of APIs.
Why do we need it?
As part of delivering #235 via #482 I've been struggling to:
pkg
packages.pkg/test
This is because most of
pkg
imports parts ofapis
, and - because the webhooks are also inapis
pkg
items back intoapis
creates a cycle.Complication
It seems that (somewhat unfortunately) the webhooks must be in APIs due to constraints around the way the types are imported into the scheme.
I'm not 100% sure how to solve this, but this ticket to track research on a solution.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-153
The text was updated successfully, but these errors were encountered: