-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add resource controller #30
Conversation
f172316
to
c703991
Compare
675d3e5
to
c15f788
Compare
Both tests are failing because The function is already merged in Nevertheless, the PR is ready for review (but won't be merged until a new |
c15f788
to
725d4ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly nits, logic itself I believe works in "golden path". Not sure about the tons of error cases though because they are all not retryable (maybe I read that wrong).
Regarding the performance of the controller I have serious doubts under scale, but I would need to benchmark it with some big descriptors to be sure.
dd7c7ac
to
95ad964
Compare
f1ac7b9
to
dc6d54e
Compare
dc6d54e
to
b90e65f
Compare
b90e65f
to
93389c2
Compare
Co-authored-by: Jakob Möller <[email protected]>
Co-authored-by: Jakob Möller <[email protected]>
Co-authored-by: Jakob Möller <[email protected]>
Co-authored-by: Jakob Möller <[email protected]>
0b1de29
to
c0138db
Compare
Co-authored-by: Jakob Möller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM, but missing the watch config
Co-authored-by: Jakob Möller <[email protected]>
Co-authored-by: Jakob Möller <[email protected]>
Co-authored-by: Jakob Möller <[email protected]>
7be6e73
to
d0e4d15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, time to start working on TODOs
Closes open-component-model/ocm-project#251