-
Notifications
You must be signed in to change notification settings - Fork 5
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: Update TestTriggers - Support watching Custom Resource using dynamic informers #163
base: develop
Are you sure you want to change the base?
feat: Update TestTriggers - Support watching Custom Resource using dynamic informers #163
Conversation
Some changes in here I don't recognize which I may have accidentally included when syncing with develop branch. Could someone kindly assist with reconciling? Thanks! |
thank you @cedricmckinnie will reply you tomorrow |
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.
Thank you, @cedricmckinnie for your efforts. Need to mention a few things:
- Please commit only the changes you did. Kubebuilder generates some stuff, we don't need for CRD, but need for the models
- You will need to copy testtrigger crd changes to helm-chart repo
- Add comments as we did for new fields, they will be passed to CRD
- Technically, you will need to define CustomResource in testkube openapi spec first and generate model based on it. Then copy it to operator, unfortunately, operaotr is not a part of monorepo, so some manual work required
Some small details)
Pull request description
kubeshop/testkube#3712 (comment)
Testkube API changes: kubeshop/testkube#4161
Checklist (choose whats happened)
Breaking changes
Changes
Fixes